#[repr(C, packed(1))]pub struct usb_ss_container_id_descriptor {
pub bLength: __u8,
pub bDescriptorType: __u8,
pub bDevCapabilityType: __u8,
pub bReserved: __u8,
pub ContainerID: [__u8; 16],
}
Fields§
§bLength: __u8
§bDescriptorType: __u8
§bDevCapabilityType: __u8
§bReserved: __u8
§ContainerID: [__u8; 16]
Trait Implementations§
Source§impl Clone for usb_ss_container_id_descriptor
impl Clone for usb_ss_container_id_descriptor
Source§fn clone(&self) -> usb_ss_container_id_descriptor
fn clone(&self) -> usb_ss_container_id_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 moreimpl Copy for usb_ss_container_id_descriptor
Auto Trait Implementations§
impl Freeze for usb_ss_container_id_descriptor
impl RefUnwindSafe for usb_ss_container_id_descriptor
impl Send for usb_ss_container_id_descriptor
impl Sync for usb_ss_container_id_descriptor
impl Unpin for usb_ss_container_id_descriptor
impl UnwindSafe for usb_ss_container_id_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