#[repr(C)]pub struct _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY {Show 13 fields
pub EntryLength: DWORD,
pub DependencyTypeFlags: DWORD,
pub ProviderSpecificFlags: DWORD,
pub VirtualStorageType: VIRTUAL_STORAGE_TYPE,
pub AncestorLevel: DWORD,
pub HostVolumeNameOffset: DWORD,
pub HostVolumeNameSize: DWORD,
pub DependentVolumeNameOffset: DWORD,
pub DependentVolumeNameSize: DWORD,
pub RelativePathOffset: DWORD,
pub RelativePathSize: DWORD,
pub DependentDeviceNameOffset: DWORD,
pub DependentDeviceNameSize: DWORD,
}Fields§
§EntryLength: DWORD§DependencyTypeFlags: DWORD§ProviderSpecificFlags: DWORD§VirtualStorageType: VIRTUAL_STORAGE_TYPE§AncestorLevel: DWORD§HostVolumeNameOffset: DWORD§HostVolumeNameSize: DWORD§DependentVolumeNameOffset: DWORD§DependentVolumeNameSize: DWORD§RelativePathOffset: DWORD§RelativePathSize: DWORD§DependentDeviceNameOffset: DWORD§DependentDeviceNameSize: DWORDTrait Implementations§
Source§impl Clone for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
impl Clone for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
Source§fn clone(&self) -> _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
fn clone(&self) -> _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
Returns a duplicate 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 moreimpl Copy for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
Auto Trait Implementations§
impl Freeze for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
impl RefUnwindSafe for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
impl Send for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
impl Sync for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
impl Unpin for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
impl UnwindSafe for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY
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