#[repr(C)]pub struct VDS_STORAGE_IDENTIFIER {
pub m_CodeSet: VDS_STORAGE_IDENTIFIER_CODE_SET,
pub m_Type: VDS_STORAGE_IDENTIFIER_TYPE,
pub m_cbIdentifier: u32,
pub m_rgbIdentifier: *mut u8,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
m_CodeSet: VDS_STORAGE_IDENTIFIER_CODE_SET
m_Type: VDS_STORAGE_IDENTIFIER_TYPE
m_cbIdentifier: u32
m_rgbIdentifier: *mut u8
Trait Implementations
impl Clone for VDS_STORAGE_IDENTIFIER
impl Clone for VDS_STORAGE_IDENTIFIER
impl Copy for VDS_STORAGE_IDENTIFIER
Auto Trait Implementations
impl RefUnwindSafe for VDS_STORAGE_IDENTIFIER
impl !Send for VDS_STORAGE_IDENTIFIER
impl !Sync for VDS_STORAGE_IDENTIFIER
impl Unpin for VDS_STORAGE_IDENTIFIER
impl UnwindSafe for VDS_STORAGE_IDENTIFIER
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