Struct linux_rust_bindings::usb::usb_x86::usb_ext_cap_descriptor
source · #[repr(C, packed)]pub struct usb_ext_cap_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub bDevCapabilityType: __u8,
pub bmAttributes: __le32,
}
Fields§
§bLength: __u8
§bDescriptorType: __u8
§bDevCapabilityType: __u8
§bmAttributes: __le32
Trait Implementations§
source§impl Clone for usb_ext_cap_descriptor
impl Clone for usb_ext_cap_descriptor
source§fn clone(&self) -> usb_ext_cap_descriptor
fn clone(&self) -> usb_ext_cap_descriptor
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_ext_cap_descriptor
impl Debug for usb_ext_cap_descriptor
impl Copy for usb_ext_cap_descriptor
Auto Trait Implementations§
impl RefUnwindSafe for usb_ext_cap_descriptor
impl Send for usb_ext_cap_descriptor
impl Sync for usb_ext_cap_descriptor
impl Unpin for usb_ext_cap_descriptor
impl UnwindSafe for usb_ext_cap_descriptor
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