#[repr(C, packed(1))]pub struct UsbWwid {
pub header: DevicePathProtocol,
pub interface_number: u16,
pub device_vendor_id: u16,
pub device_product_id: u16,
pub serial_number: [u16; 0],
}
Fields§
§header: DevicePathProtocol
§interface_number: u16
§device_vendor_id: u16
§device_product_id: u16
§serial_number: [u16; 0]
Auto Trait Implementations§
impl Freeze for UsbWwid
impl RefUnwindSafe for UsbWwid
impl Send for UsbWwid
impl Sync for UsbWwid
impl Unpin for UsbWwid
impl UnwindSafe for UsbWwid
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