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