Struct VDS_VOLUME_PROP
#[repr(C)]pub struct VDS_VOLUME_PROP {
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 pwszName: PWSTR,
}
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
§pwszName: PWSTR
Trait Implementations§
§impl Clone for VDS_VOLUME_PROP
impl Clone for VDS_VOLUME_PROP
§fn clone(&self) -> VDS_VOLUME_PROP
fn clone(&self) -> VDS_VOLUME_PROP
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_PROP
impl Debug for VDS_VOLUME_PROP
§impl Default for VDS_VOLUME_PROP
impl Default for VDS_VOLUME_PROP
§impl PartialEq for VDS_VOLUME_PROP
impl PartialEq for VDS_VOLUME_PROP
impl Copy for VDS_VOLUME_PROP
impl StructuralPartialEq for VDS_VOLUME_PROP
Auto Trait Implementations§
impl Freeze for VDS_VOLUME_PROP
impl RefUnwindSafe for VDS_VOLUME_PROP
impl !Send for VDS_VOLUME_PROP
impl !Sync for VDS_VOLUME_PROP
impl Unpin for VDS_VOLUME_PROP
impl UnwindSafe for VDS_VOLUME_PROP
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