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