#[repr(C, packed(1))]pub struct usb_set_sel_req {
pub u1_sel: __u8,
pub u1_pel: __u8,
pub u2_sel: __le16,
pub u2_pel: __le16,
}
Fields§
§u1_sel: __u8
§u1_pel: __u8
§u2_sel: __le16
§u2_pel: __le16
Trait Implementations§
Source§impl Clone for usb_set_sel_req
impl Clone for usb_set_sel_req
Source§fn clone(&self) -> usb_set_sel_req
fn clone(&self) -> usb_set_sel_req
Returns a copy 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 usb_set_sel_req
impl Debug for usb_set_sel_req
impl Copy for usb_set_sel_req
Auto Trait Implementations§
impl Freeze for usb_set_sel_req
impl RefUnwindSafe for usb_set_sel_req
impl Send for usb_set_sel_req
impl Sync for usb_set_sel_req
impl Unpin for usb_set_sel_req
impl UnwindSafe for usb_set_sel_req
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