Struct windows::Win32::Storage::VirtualDiskService::VDS_LUN_INFORMATION
#[repr(C)]pub struct VDS_LUN_INFORMATION {Show 13 fields
pub m_version: u32,
pub m_DeviceType: u8,
pub m_DeviceTypeModifier: u8,
pub m_bCommandQueueing: BOOL,
pub m_BusType: VDS_STORAGE_BUS_TYPE,
pub m_szVendorId: *mut u8,
pub m_szProductId: *mut u8,
pub m_szProductRevision: *mut u8,
pub m_szSerialNumber: *mut u8,
pub m_diskSignature: GUID,
pub m_deviceIdDescriptor: VDS_STORAGE_DEVICE_ID_DESCRIPTOR,
pub m_cInterconnects: u32,
pub m_rgInterconnects: *mut VDS_INTERCONNECT,
}
Fields§
§m_version: u32
§m_DeviceType: u8
§m_DeviceTypeModifier: u8
§m_bCommandQueueing: BOOL
§m_BusType: VDS_STORAGE_BUS_TYPE
§m_szVendorId: *mut u8
§m_szProductId: *mut u8
§m_szProductRevision: *mut u8
§m_szSerialNumber: *mut u8
§m_diskSignature: GUID
§m_deviceIdDescriptor: VDS_STORAGE_DEVICE_ID_DESCRIPTOR
§m_cInterconnects: u32
§m_rgInterconnects: *mut VDS_INTERCONNECT
Trait Implementations§
§impl Clone for VDS_LUN_INFORMATION
impl Clone for VDS_LUN_INFORMATION
§fn clone(&self) -> VDS_LUN_INFORMATION
fn clone(&self) -> VDS_LUN_INFORMATION
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 more§impl Debug for VDS_LUN_INFORMATION
impl Debug for VDS_LUN_INFORMATION
§impl Default for VDS_LUN_INFORMATION
impl Default for VDS_LUN_INFORMATION
§impl PartialEq for VDS_LUN_INFORMATION
impl PartialEq for VDS_LUN_INFORMATION
§fn eq(&self, other: &VDS_LUN_INFORMATION) -> bool
fn eq(&self, other: &VDS_LUN_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_LUN_INFORMATION
impl Eq for VDS_LUN_INFORMATION
impl StructuralPartialEq for VDS_LUN_INFORMATION
Auto Trait Implementations§
impl Freeze for VDS_LUN_INFORMATION
impl RefUnwindSafe for VDS_LUN_INFORMATION
impl !Send for VDS_LUN_INFORMATION
impl !Sync for VDS_LUN_INFORMATION
impl Unpin for VDS_LUN_INFORMATION
impl UnwindSafe for VDS_LUN_INFORMATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)