pub struct AddDevice { /* private fields */ }
Expand description
Add Device Command
Implementations§
Trait Implementations§
Source§impl CommandRequest for AddDevice
impl CommandRequest for AddDevice
Source§const CODE: CommandCode = CommandCode::AddDevice
const CODE: CommandCode = CommandCode::AddDevice
Command code.
Source§type Reply = AddDeviceReply
type Reply = AddDeviceReply
Return type for this command.
Auto Trait Implementations§
impl Freeze for AddDevice
impl RefUnwindSafe for AddDevice
impl Send for AddDevice
impl Sync for AddDevice
impl Unpin for AddDevice
impl UnwindSafe for AddDevice
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