struct SidecarInfo {
has_selector: bool,
slots: Vec<SidecarSlot>,
class_system: ClassSystem,
}Expand description
Aggregated sidecar information extracted from struct field analysis.
Contains everything needed to generate sidecar accessor code: the selector presence, the list of typed slots, and the target class system.
Fields§
§has_selector: boolWhether the struct contains an RSidecar-typed field marked with #[r_data].
At most one selector is allowed per struct.
slots: Vec<SidecarSlot>The #[r_data] slot fields (excluding the RSidecar selector itself),
each carrying its index, kind, and visibility.
class_system: ClassSystemThe R class system chosen via #[externalptr(...)], controlling the
style of generated R wrapper code.
Auto Trait Implementations§
impl Freeze for SidecarInfo
impl RefUnwindSafe for SidecarInfo
impl !Send for SidecarInfo
impl !Sync for SidecarInfo
impl Unpin for SidecarInfo
impl UnsafeUnpin for SidecarInfo
impl UnwindSafe for SidecarInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)]const SIZE: usize = _
#[doc(hidden)]const SIZE: usize = _
sized_type_properties)Source§#[doc(hidden)]const ALIGN: usize = _
#[doc(hidden)]const ALIGN: usize = _
sized_type_properties)Source§#[doc(hidden)]const ALIGNMENT: Alignment = _
#[doc(hidden)]const ALIGNMENT: Alignment = _
ptr_alignment_type)Source§#[doc(hidden)]const IS_ZST: bool = _
#[doc(hidden)]const IS_ZST: bool = _
sized_type_properties)Source§#[doc(hidden)]const LAYOUT: Layout = _
#[doc(hidden)]const LAYOUT: Layout = _
sized_type_properties)Source§#[doc(hidden)]const MAX_SLICE_LEN: usize = _
#[doc(hidden)]const MAX_SLICE_LEN: usize = _
sized_type_properties)[Self]. Read moreLayout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes