pub enum VVC {
Main10,
Main10_444,
}
Variants§
Trait Implementations§
impl Copy for VVC
impl Eq for VVC
impl StructuralPartialEq for VVC
Auto Trait Implementations§
impl Freeze for VVC
impl RefUnwindSafe for VVC
impl Send for VVC
impl Sync for VVC
impl Unpin for VVC
impl UnwindSafe for VVC
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