pub struct PduType(/* private fields */);Expand description
APDU PDU type identifiers (Clause 20.1).
Implementations§
Source§impl PduType
impl PduType
pub const CONFIRMED_REQUEST: Self
pub const UNCONFIRMED_REQUEST: Self
pub const SIMPLE_ACK: Self
pub const COMPLEX_ACK: Self
pub const SEGMENT_ACK: Self
pub const ERROR: Self
pub const REJECT: Self
pub const ABORT: Self
Trait Implementations§
impl Copy for PduType
impl Eq for PduType
impl StructuralPartialEq for PduType
Auto Trait Implementations§
impl Freeze for PduType
impl RefUnwindSafe for PduType
impl Send for PduType
impl Sync for PduType
impl Unpin for PduType
impl UnsafeUnpin for PduType
impl UnwindSafe for PduType
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