#[repr(C)]pub struct storeobj {
pub stevedore: *const stevedore,
pub priv_: *mut c_void,
pub priv2: u64,
}Fields§
§stevedore: *const stevedore§priv_: *mut c_void§priv2: u64Trait Implementations§
impl Copy for storeobj
Auto Trait Implementations§
impl Freeze for storeobj
impl RefUnwindSafe for storeobj
impl !Send for storeobj
impl !Sync for storeobj
impl Unpin for storeobj
impl UnwindSafe for storeobj
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