pub enum AnnexA2 {
A3(TableA3),
A4(TableA4),
Reserved(u8),
Zero,
Default,
}Variants§
Implementations§
Trait Implementations§
impl Copy for AnnexA2
Auto Trait Implementations§
impl Freeze for AnnexA2
impl RefUnwindSafe for AnnexA2
impl Send for AnnexA2
impl Sync for AnnexA2
impl Unpin for AnnexA2
impl UnwindSafe for AnnexA2
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