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