#[repr(C, packed(1))]pub struct USB_ID_STRING {
pub LanguageId: USHORT,
pub Pad: USHORT,
pub LengthInBytes: ULONG,
pub Buffer: PWCHAR,
}
Fields§
§LanguageId: USHORT
§Pad: USHORT
§LengthInBytes: ULONG
§Buffer: PWCHAR
Trait Implementations§
Source§impl Clone for USB_ID_STRING
impl Clone for USB_ID_STRING
Source§fn clone(&self) -> USB_ID_STRING
fn clone(&self) -> USB_ID_STRING
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 Default for USB_ID_STRING
impl Default for USB_ID_STRING
Source§fn default() -> USB_ID_STRING
fn default() -> USB_ID_STRING
Returns the “default value” for a type. Read more
impl Copy for USB_ID_STRING
Auto Trait Implementations§
impl Freeze for USB_ID_STRING
impl RefUnwindSafe for USB_ID_STRING
impl !Send for USB_ID_STRING
impl !Sync for USB_ID_STRING
impl Unpin for USB_ID_STRING
impl UnwindSafe for USB_ID_STRING
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