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