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