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