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