#[repr(u8)]pub enum P0PermByteMd {
P0_PERM_BYTE__MD_0 = 0,
P0_PERM_BYTE_MD_1 = 1,
}Variants§
P0_PERM_BYTE__MD_0 = 0
Normal Operation. Address byte mode can be changed as usual.
P0_PERM_BYTE_MD_1 = 1
Address byte mode cannot be changed.
Implementations§
Source§impl P0PermByteMd
impl P0PermByteMd
Trait Implementations§
Source§impl Clone for P0PermByteMd
impl Clone for P0PermByteMd
Source§fn clone(&self) -> P0PermByteMd
fn clone(&self) -> P0PermByteMd
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 P0PermByteMd
impl Debug for P0PermByteMd
Source§impl From<P0PermByteMd> for u8
impl From<P0PermByteMd> for u8
Source§fn from(val: P0PermByteMd) -> u8
fn from(val: P0PermByteMd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P0PermByteMd
impl From<u8> for P0PermByteMd
Source§fn from(val: u8) -> P0PermByteMd
fn from(val: u8) -> P0PermByteMd
Converts to this type from the input type.
Source§impl Ord for P0PermByteMd
impl Ord for P0PermByteMd
Source§fn cmp(&self, other: &P0PermByteMd) -> Ordering
fn cmp(&self, other: &P0PermByteMd) -> 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 P0PermByteMd
impl PartialEq for P0PermByteMd
Source§impl PartialOrd for P0PermByteMd
impl PartialOrd for P0PermByteMd
impl Copy for P0PermByteMd
impl Eq for P0PermByteMd
impl StructuralPartialEq for P0PermByteMd
Auto Trait Implementations§
impl Freeze for P0PermByteMd
impl RefUnwindSafe for P0PermByteMd
impl Send for P0PermByteMd
impl Sync for P0PermByteMd
impl Unpin for P0PermByteMd
impl UnwindSafe for P0PermByteMd
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