#[repr(C)]pub struct Struct_VECTOR_SEXPREC {
pub sxpinfo: Struct_sxpinfo_struct,
pub attrib: *mut Struct_SEXPREC,
pub gengc_next_node: *mut Struct_SEXPREC,
pub gengc_prev_node: *mut Struct_SEXPREC,
pub vecsxp: Struct_vecsxp_struct,
}
Fields§
§sxpinfo: Struct_sxpinfo_struct
§attrib: *mut Struct_SEXPREC
§gengc_next_node: *mut Struct_SEXPREC
§gengc_prev_node: *mut Struct_SEXPREC
§vecsxp: Struct_vecsxp_struct
Trait Implementations§
Source§impl Clone for Struct_VECTOR_SEXPREC
impl Clone for Struct_VECTOR_SEXPREC
Source§impl Default for Struct_VECTOR_SEXPREC
impl Default for Struct_VECTOR_SEXPREC
impl Copy for Struct_VECTOR_SEXPREC
Auto Trait Implementations§
impl Freeze for Struct_VECTOR_SEXPREC
impl RefUnwindSafe for Struct_VECTOR_SEXPREC
impl !Send for Struct_VECTOR_SEXPREC
impl !Sync for Struct_VECTOR_SEXPREC
impl Unpin for Struct_VECTOR_SEXPREC
impl UnwindSafe for Struct_VECTOR_SEXPREC
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
Mutably borrows from an owned value. Read more