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