Struct varnish_sys::boc
source · [−]#[repr(C)]pub struct boc {
pub magic: c_uint,
pub refcount: c_uint,
pub mtx: lock,
pub cond: pthread_cond_t,
pub stevedore_priv: *mut c_void,
pub state: boc_state_e,
pub vary: *mut u8,
pub len_so_far: u64,
}Fields
magic: c_uintrefcount: c_uintmtx: lockcond: pthread_cond_tstevedore_priv: *mut c_voidstate: boc_state_evary: *mut u8len_so_far: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for boc
impl !Send for boc
impl !Sync for boc
impl Unpin for boc
impl UnwindSafe for boc
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