pub struct SetDeviceClassReply(/* private fields */);
Expand description
Reply for SetDeviceClass
Trait Implementations§
Source§impl AsMut<ClassOfDevice> for SetDeviceClassReply
impl AsMut<ClassOfDevice> for SetDeviceClassReply
Source§fn as_mut(&mut self) -> &mut ClassOfDevice
fn as_mut(&mut self) -> &mut ClassOfDevice
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ClassOfDevice> for SetDeviceClassReply
impl AsRef<ClassOfDevice> for SetDeviceClassReply
Source§fn as_ref(&self) -> &ClassOfDevice
fn as_ref(&self) -> &ClassOfDevice
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Debug for SetDeviceClassReply
impl Debug for SetDeviceClassReply
Source§impl Deref for SetDeviceClassReply
impl Deref for SetDeviceClassReply
Source§impl DerefMut for SetDeviceClassReply
impl DerefMut for SetDeviceClassReply
Source§impl From<ClassOfDevice> for SetDeviceClassReply
impl From<ClassOfDevice> for SetDeviceClassReply
Source§fn from(v: ClassOfDevice) -> Self
fn from(v: ClassOfDevice) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetDeviceClassReply
impl RefUnwindSafe for SetDeviceClassReply
impl Send for SetDeviceClassReply
impl Sync for SetDeviceClassReply
impl Unpin for SetDeviceClassReply
impl UnwindSafe for SetDeviceClassReply
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