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