Struct windows::Win32::Storage::VirtualDiskService::VDS_VOLUME_PROP2
#[repr(C)]pub struct VDS_VOLUME_PROP2 {
pub id: GUID,
pub type: VDS_VOLUME_TYPE,
pub status: VDS_VOLUME_STATUS,
pub health: VDS_HEALTH,
pub TransitionState: VDS_TRANSITION_STATE,
pub ullSize: u64,
pub ulFlags: u32,
pub RecommendedFileSystemType: VDS_FILE_SYSTEM_TYPE,
pub cbUniqueId: u32,
pub pwszName: PWSTR,
pub pUniqueId: *mut u8,
}
Fields§
§id: GUID
§type: VDS_VOLUME_TYPE
§status: VDS_VOLUME_STATUS
§health: VDS_HEALTH
§TransitionState: VDS_TRANSITION_STATE
§ullSize: u64
§ulFlags: u32
§RecommendedFileSystemType: VDS_FILE_SYSTEM_TYPE
§cbUniqueId: u32
§pwszName: PWSTR
§pUniqueId: *mut u8
Trait Implementations§
§impl Clone for VDS_VOLUME_PROP2
impl Clone for VDS_VOLUME_PROP2
§fn clone(&self) -> VDS_VOLUME_PROP2
fn clone(&self) -> VDS_VOLUME_PROP2
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_VOLUME_PROP2
impl Debug for VDS_VOLUME_PROP2
§impl Default for VDS_VOLUME_PROP2
impl Default for VDS_VOLUME_PROP2
§impl PartialEq for VDS_VOLUME_PROP2
impl PartialEq for VDS_VOLUME_PROP2
§fn eq(&self, other: &VDS_VOLUME_PROP2) -> bool
fn eq(&self, other: &VDS_VOLUME_PROP2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_VOLUME_PROP2
impl Eq for VDS_VOLUME_PROP2
impl StructuralPartialEq for VDS_VOLUME_PROP2
Auto Trait Implementations§
impl Freeze for VDS_VOLUME_PROP2
impl RefUnwindSafe for VDS_VOLUME_PROP2
impl !Send for VDS_VOLUME_PROP2
impl !Sync for VDS_VOLUME_PROP2
impl Unpin for VDS_VOLUME_PROP2
impl UnwindSafe for VDS_VOLUME_PROP2
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
)