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