pub enum TCBGT {
NotCompleted = 0,
Completed = 1,
}
Expand description
TCBGT
Value on reset: 0
Variants§
NotCompleted = 0
0: Transmission is not complete or transmission is complete unsuccessfully (i.e. a NACK is received from the card)
Completed = 1
1: Transmission is complete successfully (before Guard time completion and there is no NACK from the smart card)
Trait Implementations§
impl Copy for TCBGT
impl Eq for TCBGT
impl StructuralPartialEq for TCBGT
Auto Trait Implementations§
impl Freeze for TCBGT
impl RefUnwindSafe for TCBGT
impl Send for TCBGT
impl Sync for TCBGT
impl Unpin for TCBGT
impl UnwindSafe for TCBGT
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