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