#[repr(u8)]pub enum P1WeByteMd {
P1_WE_BYTE_MD0 = 0,
P1_WE_BYTE_MD1 = 1,
}Variants§
P1_WE_BYTE_MD0 = 0
Write Enable command is not required to switch address byte mode.
P1_WE_BYTE_MD1 = 1
Write Enable command is required prior to switching address byte mode.
Implementations§
Source§impl P1WeByteMd
impl P1WeByteMd
Trait Implementations§
Source§impl Clone for P1WeByteMd
impl Clone for P1WeByteMd
Source§fn clone(&self) -> P1WeByteMd
fn clone(&self) -> P1WeByteMd
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 P1WeByteMd
impl Debug for P1WeByteMd
Source§impl From<P1WeByteMd> for u8
impl From<P1WeByteMd> for u8
Source§fn from(val: P1WeByteMd) -> u8
fn from(val: P1WeByteMd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P1WeByteMd
impl From<u8> for P1WeByteMd
Source§fn from(val: u8) -> P1WeByteMd
fn from(val: u8) -> P1WeByteMd
Converts to this type from the input type.
Source§impl Ord for P1WeByteMd
impl Ord for P1WeByteMd
Source§fn cmp(&self, other: &P1WeByteMd) -> Ordering
fn cmp(&self, other: &P1WeByteMd) -> 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 P1WeByteMd
impl PartialEq for P1WeByteMd
Source§impl PartialOrd for P1WeByteMd
impl PartialOrd for P1WeByteMd
impl Copy for P1WeByteMd
impl Eq for P1WeByteMd
impl StructuralPartialEq for P1WeByteMd
Auto Trait Implementations§
impl Freeze for P1WeByteMd
impl RefUnwindSafe for P1WeByteMd
impl Send for P1WeByteMd
impl Sync for P1WeByteMd
impl Unpin for P1WeByteMd
impl UnwindSafe for P1WeByteMd
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