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