#[repr(C)]pub struct _STORAGE_DEVICE_DESCRIPTOR {Show 13 fields
pub Version: DWORD,
pub Size: DWORD,
pub DeviceType: BYTE,
pub DeviceTypeModifier: BYTE,
pub RemovableMedia: BOOLEAN,
pub CommandQueueing: BOOLEAN,
pub VendorIdOffset: DWORD,
pub ProductIdOffset: DWORD,
pub ProductRevisionOffset: DWORD,
pub SerialNumberOffset: DWORD,
pub BusType: STORAGE_BUS_TYPE,
pub RawPropertiesLength: DWORD,
pub RawDeviceProperties: [BYTE; 1],
}Fields§
§Version: DWORD§Size: DWORD§DeviceType: BYTE§DeviceTypeModifier: BYTE§RemovableMedia: BOOLEAN§CommandQueueing: BOOLEAN§VendorIdOffset: DWORD§ProductIdOffset: DWORD§ProductRevisionOffset: DWORD§SerialNumberOffset: DWORD§BusType: STORAGE_BUS_TYPE§RawPropertiesLength: DWORD§RawDeviceProperties: [BYTE; 1]Trait Implementations§
Source§impl Clone for _STORAGE_DEVICE_DESCRIPTOR
impl Clone for _STORAGE_DEVICE_DESCRIPTOR
Source§fn clone(&self) -> _STORAGE_DEVICE_DESCRIPTOR
fn clone(&self) -> _STORAGE_DEVICE_DESCRIPTOR
Returns a duplicate 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 _STORAGE_DEVICE_DESCRIPTOR
impl Debug for _STORAGE_DEVICE_DESCRIPTOR
impl Copy for _STORAGE_DEVICE_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for _STORAGE_DEVICE_DESCRIPTOR
impl RefUnwindSafe for _STORAGE_DEVICE_DESCRIPTOR
impl Send for _STORAGE_DEVICE_DESCRIPTOR
impl Sync for _STORAGE_DEVICE_DESCRIPTOR
impl Unpin for _STORAGE_DEVICE_DESCRIPTOR
impl UnwindSafe for _STORAGE_DEVICE_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