Struct libusb1_sys::libusb_control_setup
source · [−]#[repr(C, packed)]pub struct libusb_control_setup {
pub bmRequestType: u8,
pub bRequest: u8,
pub wValue: u16,
pub wIndex: u16,
pub wLength: u16,
}Fields
bmRequestType: u8bRequest: u8wValue: u16wIndex: u16wLength: u16Auto Trait Implementations
impl RefUnwindSafe for libusb_control_setup
impl Send for libusb_control_setup
impl Sync for libusb_control_setup
impl Unpin for libusb_control_setup
impl UnwindSafe for libusb_control_setup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more