pub struct PCDCommand;Implementations§
Source§impl PCDCommand
impl PCDCommand
pub const Idle: u8 = 0u8
pub const Mem: u8 = 1u8
pub const GenerateRandomID: u8 = 2u8
pub const CalcCRC: u8 = 3u8
pub const Transmit: u8 = 4u8
pub const NoCmdChange: u8 = 7u8
pub const Receive: u8 = 8u8
pub const Transceive: u8 = 12u8
pub const MFAuthent: u8 = 14u8
pub const SoftReset: u8 = 15u8
Auto Trait Implementations§
impl Freeze for PCDCommand
impl RefUnwindSafe for PCDCommand
impl Send for PCDCommand
impl Sync for PCDCommand
impl Unpin for PCDCommand
impl UnwindSafe for PCDCommand
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