#[repr(C)]pub struct _XUSB_REQUEST_NOTIFICATION {
pub Size: ULONG,
pub SerialNo: ULONG,
pub LargeMotor: UCHAR,
pub SmallMotor: UCHAR,
pub LedNumber: UCHAR,
}Fields§
§Size: ULONG§SerialNo: ULONG§LargeMotor: UCHAR§SmallMotor: UCHAR§LedNumber: UCHARTrait Implementations§
Source§impl Clone for _XUSB_REQUEST_NOTIFICATION
impl Clone for _XUSB_REQUEST_NOTIFICATION
Source§fn clone(&self) -> _XUSB_REQUEST_NOTIFICATION
fn clone(&self) -> _XUSB_REQUEST_NOTIFICATION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _XUSB_REQUEST_NOTIFICATION
impl Debug for _XUSB_REQUEST_NOTIFICATION
impl Copy for _XUSB_REQUEST_NOTIFICATION
Auto Trait Implementations§
impl Freeze for _XUSB_REQUEST_NOTIFICATION
impl RefUnwindSafe for _XUSB_REQUEST_NOTIFICATION
impl Send for _XUSB_REQUEST_NOTIFICATION
impl Sync for _XUSB_REQUEST_NOTIFICATION
impl Unpin for _XUSB_REQUEST_NOTIFICATION
impl UnsafeUnpin for _XUSB_REQUEST_NOTIFICATION
impl UnwindSafe for _XUSB_REQUEST_NOTIFICATION
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