#[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§
Auto Trait Implementations§
impl !Send for storeobj
impl !Sync for storeobj
impl Freeze for storeobj
impl RefUnwindSafe for storeobj
impl Unpin for storeobj
impl UnsafeUnpin 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