#[repr(C)]pub struct Struct_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 u: Union_Unnamed10,
}
Fields§
§sxpinfo: Struct_sxpinfo_struct
§attrib: *mut Struct_SEXPREC
§gengc_next_node: *mut Struct_SEXPREC
§gengc_prev_node: *mut Struct_SEXPREC
§u: Union_Unnamed10
Trait Implementations§
Source§impl Clone for Struct_SEXPREC
impl Clone for Struct_SEXPREC
Source§impl Default for Struct_SEXPREC
impl Default for Struct_SEXPREC
impl Copy for Struct_SEXPREC
Auto Trait Implementations§
impl Freeze for Struct_SEXPREC
impl RefUnwindSafe for Struct_SEXPREC
impl !Send for Struct_SEXPREC
impl !Sync for Struct_SEXPREC
impl Unpin for Struct_SEXPREC
impl UnwindSafe for Struct_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