#[repr(u8)]pub enum Ndnopenden {
NDNOPENDEN_0 = 0,
NDNOPENDEN_1 = 1,
}Variants§
Implementations§
Source§impl Ndnopenden
impl Ndnopenden
Trait Implementations§
Source§impl Clone for Ndnopenden
impl Clone for Ndnopenden
Source§fn clone(&self) -> Ndnopenden
fn clone(&self) -> Ndnopenden
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 Ndnopenden
impl Debug for Ndnopenden
Source§impl From<Ndnopenden> for u8
impl From<Ndnopenden> for u8
Source§fn from(val: Ndnopenden) -> u8
fn from(val: Ndnopenden) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ndnopenden
impl From<u8> for Ndnopenden
Source§fn from(val: u8) -> Ndnopenden
fn from(val: u8) -> Ndnopenden
Converts to this type from the input type.
Source§impl Ord for Ndnopenden
impl Ord for Ndnopenden
Source§fn cmp(&self, other: &Ndnopenden) -> Ordering
fn cmp(&self, other: &Ndnopenden) -> 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 Ndnopenden
impl PartialEq for Ndnopenden
Source§impl PartialOrd for Ndnopenden
impl PartialOrd for Ndnopenden
impl Copy for Ndnopenden
impl Eq for Ndnopenden
impl StructuralPartialEq for Ndnopenden
Auto Trait Implementations§
impl Freeze for Ndnopenden
impl RefUnwindSafe for Ndnopenden
impl Send for Ndnopenden
impl Sync for Ndnopenden
impl Unpin for Ndnopenden
impl UnwindSafe for Ndnopenden
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