pub struct PinCodeReply { /* private fields */ }
Expand description
PIN Code Reply Command
Implementations§
Source§impl PinCodeReply
impl PinCodeReply
Trait Implementations§
Source§impl CommandRequest for PinCodeReply
impl CommandRequest for PinCodeReply
Source§const CODE: CommandCode = CommandCode::PinCodeReply
const CODE: CommandCode = CommandCode::PinCodeReply
Command code.
Source§type Reply = PinCodeReplyReply
type Reply = PinCodeReplyReply
Return type for this command.
Source§impl Debug for PinCodeReply
impl Debug for PinCodeReply
Source§impl From<PinCodeReply> for Command
impl From<PinCodeReply> for Command
Source§fn from(v: PinCodeReply) -> Self
fn from(v: PinCodeReply) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PinCodeReply
impl RefUnwindSafe for PinCodeReply
impl Send for PinCodeReply
impl Sync for PinCodeReply
impl Unpin for PinCodeReply
impl UnwindSafe for PinCodeReply
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