#[repr(u8)]pub enum CMD_PHASE_AW {
WRITE = 1,
READ = 2,
COMMAND = 5,
}Expand description
Command phase action
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for CMD_PHASE_AW
impl Clone for CMD_PHASE_AW
Source§fn clone(&self) -> CMD_PHASE_AW
fn clone(&self) -> CMD_PHASE_AW
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 CMD_PHASE_AW
impl Debug for CMD_PHASE_AW
Source§impl From<CMD_PHASE_AW> for u8
impl From<CMD_PHASE_AW> for u8
Source§fn from(variant: CMD_PHASE_AW) -> Self
fn from(variant: CMD_PHASE_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CMD_PHASE_AW
impl PartialEq for CMD_PHASE_AW
impl Copy for CMD_PHASE_AW
impl StructuralPartialEq for CMD_PHASE_AW
Auto Trait Implementations§
impl Freeze for CMD_PHASE_AW
impl RefUnwindSafe for CMD_PHASE_AW
impl Send for CMD_PHASE_AW
impl Sync for CMD_PHASE_AW
impl Unpin for CMD_PHASE_AW
impl UnwindSafe for CMD_PHASE_AW
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