#[repr(C)]pub struct worker_priv {
pub magic: c_uint,
pub nobjhead: *mut objhead,
pub nobjcore: *mut objcore,
pub nhashpriv: *mut c_void,
pub vxid_pool: [vxid_pool; 1],
pub vcl: *mut vcl,
}Fields§
§magic: c_uint§nobjhead: *mut objhead§nobjcore: *mut objcore§nhashpriv: *mut c_void§vxid_pool: [vxid_pool; 1]§vcl: *mut vclTrait Implementations§
Source§impl Clone for worker_priv
impl Clone for worker_priv
Source§fn clone(&self) -> worker_priv
fn clone(&self) -> worker_priv
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for worker_priv
Source§impl Debug for worker_priv
impl Debug for worker_priv
Auto Trait Implementations§
impl !Send for worker_priv
impl !Sync for worker_priv
impl Freeze for worker_priv
impl RefUnwindSafe for worker_priv
impl Unpin for worker_priv
impl UnsafeUnpin for worker_priv
impl UnwindSafe for worker_priv
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