#[repr(C)]pub struct VDS_STORAGE_DEVICE_ID_DESCRIPTOR {
pub m_version: u32,
pub m_cIdentifiers: u32,
pub m_rgIdentifiers: *mut VDS_STORAGE_IDENTIFIER,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
m_version: u32
m_cIdentifiers: u32
m_rgIdentifiers: *mut VDS_STORAGE_IDENTIFIER
Trait Implementations
impl Clone for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
impl Clone for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
impl Copy for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
impl !Send for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
impl !Sync for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
impl Unpin for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
impl UnwindSafe for VDS_STORAGE_DEVICE_ID_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more