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