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