#[repr(C)]pub struct director {
pub magic: c_uint,
pub priv_: *mut c_void,
pub vcl_name: *mut c_char,
pub vdir: *mut vcldir,
pub mtx: *mut lock,
}Fields§
§magic: c_uint§priv_: *mut c_void§vcl_name: *mut c_char§vdir: *mut vcldir§mtx: *mut lockTrait Implementations§
Auto Trait Implementations§
impl !Send for director
impl !Sync for director
impl Freeze for director
impl RefUnwindSafe for director
impl Unpin for director
impl UnsafeUnpin for director
impl UnwindSafe for director
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