#[repr(C)]pub struct Struct_listsxp_struct {
pub carval: *mut Struct_SEXPREC,
pub cdrval: *mut Struct_SEXPREC,
pub tagval: *mut Struct_SEXPREC,
}
Fields§
§carval: *mut Struct_SEXPREC
§cdrval: *mut Struct_SEXPREC
§tagval: *mut Struct_SEXPREC
Trait Implementations§
Source§impl Clone for Struct_listsxp_struct
impl Clone for Struct_listsxp_struct
Source§impl Default for Struct_listsxp_struct
impl Default for Struct_listsxp_struct
impl Copy for Struct_listsxp_struct
Auto Trait Implementations§
impl Freeze for Struct_listsxp_struct
impl RefUnwindSafe for Struct_listsxp_struct
impl !Send for Struct_listsxp_struct
impl !Sync for Struct_listsxp_struct
impl Unpin for Struct_listsxp_struct
impl UnwindSafe for Struct_listsxp_struct
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