Struct varnish_sys::storeobj
source · [−]#[repr(C)]pub struct storeobj {
pub stevedore: *const stevedore,
pub priv_: *mut c_void,
pub priv2: usize,
}Fields
stevedore: *const stevedorepriv_: *mut c_voidpriv2: usizeTrait Implementations
impl Copy for storeobj
Auto Trait Implementations
impl RefUnwindSafe for storeobj
impl !Send for storeobj
impl !Sync for storeobj
impl Unpin for storeobj
impl UnwindSafe for storeobj
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more