#[repr(u8)]pub enum ReplyCode {
Show 25 variants
Ack = 64,
Nak = 65,
PdId = 69,
PdCap = 70,
LStatR = 72,
IStatR = 73,
OStatR = 74,
RStatR = 75,
Raw = 80,
Fmt = 81,
Keypad = 83,
Com = 84,
BioReadR = 87,
BioMatchR = 88,
CCrypt = 118,
RMacI = 120,
Busy = 121,
FtStat = 122,
PivDataR = 128,
GenAuthR = 129,
CrAuthR = 130,
MfgStatR = 131,
MfgErrR = 132,
MfgRep = 144,
Xrd = 177,
}Expand description
All REPLY byte values from Annex A.2 of the spec.
Variants§
Ack = 64
Nak = 65
PdId = 69
PdCap = 70
LStatR = 72
IStatR = 73
OStatR = 74
RStatR = 75
Raw = 80
Fmt = 81
Keypad = 83
Com = 84
BioReadR = 87
BioMatchR = 88
CCrypt = 118
RMacI = 120
Busy = 121
FtStat = 122
PivDataR = 128
GenAuthR = 129
CrAuthR = 130
MfgStatR = 131
MfgErrR = 132
MfgRep = 144
Xrd = 177
Implementations§
Trait Implementations§
impl Copy for ReplyCode
impl Eq for ReplyCode
impl StructuralPartialEq for ReplyCode
Auto Trait Implementations§
impl Freeze for ReplyCode
impl RefUnwindSafe for ReplyCode
impl Send for ReplyCode
impl Sync for ReplyCode
impl Unpin for ReplyCode
impl UnsafeUnpin for ReplyCode
impl UnwindSafe for ReplyCode
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