#[repr(C)]pub struct Struct_sxpinfo_struct {
pub _bindgen_bitfield_1_: SEXPTYPE,
pub _bindgen_bitfield_2_: c_uint,
}
Fields§
§_bindgen_bitfield_1_: SEXPTYPE
§_bindgen_bitfield_2_: c_uint
Trait Implementations§
Source§impl Clone for Struct_sxpinfo_struct
impl Clone for Struct_sxpinfo_struct
Source§impl Default for Struct_sxpinfo_struct
impl Default for Struct_sxpinfo_struct
impl Copy for Struct_sxpinfo_struct
Auto Trait Implementations§
impl Freeze for Struct_sxpinfo_struct
impl RefUnwindSafe for Struct_sxpinfo_struct
impl Send for Struct_sxpinfo_struct
impl Sync for Struct_sxpinfo_struct
impl Unpin for Struct_sxpinfo_struct
impl UnwindSafe for Struct_sxpinfo_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