#[repr(u8)]pub enum Norcr0Advp {
ADVP_0 = 0,
ADVP_1 = 1,
}Variants§
Implementations§
Source§impl Norcr0Advp
impl Norcr0Advp
Trait Implementations§
Source§impl Clone for Norcr0Advp
impl Clone for Norcr0Advp
Source§fn clone(&self) -> Norcr0Advp
fn clone(&self) -> Norcr0Advp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Norcr0Advp
impl Debug for Norcr0Advp
Source§impl From<Norcr0Advp> for u8
impl From<Norcr0Advp> for u8
Source§fn from(val: Norcr0Advp) -> u8
fn from(val: Norcr0Advp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Norcr0Advp
impl From<u8> for Norcr0Advp
Source§fn from(val: u8) -> Norcr0Advp
fn from(val: u8) -> Norcr0Advp
Converts to this type from the input type.
Source§impl Ord for Norcr0Advp
impl Ord for Norcr0Advp
Source§fn cmp(&self, other: &Norcr0Advp) -> Ordering
fn cmp(&self, other: &Norcr0Advp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Norcr0Advp
impl PartialEq for Norcr0Advp
Source§impl PartialOrd for Norcr0Advp
impl PartialOrd for Norcr0Advp
impl Copy for Norcr0Advp
impl Eq for Norcr0Advp
impl StructuralPartialEq for Norcr0Advp
Auto Trait Implementations§
impl Freeze for Norcr0Advp
impl RefUnwindSafe for Norcr0Advp
impl Send for Norcr0Advp
impl Sync for Norcr0Advp
impl Unpin for Norcr0Advp
impl UnwindSafe for Norcr0Advp
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