Struct windows::Win32::Storage::VirtualDiskService::VDS_STORAGE_IDENTIFIER
#[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,
}
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
§fn clone(&self) -> VDS_STORAGE_IDENTIFIER
fn clone(&self) -> VDS_STORAGE_IDENTIFIER
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_STORAGE_IDENTIFIER
impl Debug for VDS_STORAGE_IDENTIFIER
§impl Default for VDS_STORAGE_IDENTIFIER
impl Default for VDS_STORAGE_IDENTIFIER
§impl PartialEq for VDS_STORAGE_IDENTIFIER
impl PartialEq for VDS_STORAGE_IDENTIFIER
§fn eq(&self, other: &VDS_STORAGE_IDENTIFIER) -> bool
fn eq(&self, other: &VDS_STORAGE_IDENTIFIER) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_STORAGE_IDENTIFIER
impl Eq for VDS_STORAGE_IDENTIFIER
impl StructuralPartialEq for VDS_STORAGE_IDENTIFIER
Auto Trait Implementations§
impl Freeze for VDS_STORAGE_IDENTIFIER
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§
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
)