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