pub enum APV {
_422_10,
_422_12,
_444_10,
_444_12,
_4444_10,
_4444_12,
_400_10,
}Variants§
Trait Implementations§
impl Copy for APV
impl Eq for APV
impl StructuralPartialEq for APV
Auto Trait Implementations§
impl Freeze for APV
impl RefUnwindSafe for APV
impl Send for APV
impl Sync for APV
impl Unpin for APV
impl UnsafeUnpin for APV
impl UnwindSafe for APV
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