#[repr(C)]pub struct vcl { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for vcl
impl RefUnwindSafe for vcl
impl Send for vcl
impl Sync for vcl
impl Unpin for vcl
impl UnwindSafe for vcl
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