pub struct VCMP { /* private fields */ }
Expand description
VCMP
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VCMP
impl RefUnwindSafe for VCMP
impl !Sync for VCMP
impl Unpin for VCMP
impl UnwindSafe for VCMP
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