#[repr(C)]pub struct Struct_primsxp_struct {
pub offset: c_int,
}
Fields§
§offset: c_int
Trait Implementations§
Source§impl Clone for Struct_primsxp_struct
impl Clone for Struct_primsxp_struct
Source§impl Default for Struct_primsxp_struct
impl Default for Struct_primsxp_struct
impl Copy for Struct_primsxp_struct
Auto Trait Implementations§
impl Freeze for Struct_primsxp_struct
impl RefUnwindSafe for Struct_primsxp_struct
impl Send for Struct_primsxp_struct
impl Sync for Struct_primsxp_struct
impl Unpin for Struct_primsxp_struct
impl UnwindSafe for Struct_primsxp_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