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