#[repr(u8)]pub enum Mldat {
SINGLE = 0,
DUAL = 1,
_RESERVED_2 = 2,
QUAD = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Mldat
impl Ord for Mldat
Source§impl PartialOrd for Mldat
impl PartialOrd for Mldat
impl Copy for Mldat
impl Eq for Mldat
impl StructuralPartialEq for Mldat
Auto Trait Implementations§
impl Freeze for Mldat
impl RefUnwindSafe for Mldat
impl Send for Mldat
impl Sync for Mldat
impl Unpin for Mldat
impl UnwindSafe for Mldat
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