#[repr(C)]pub struct _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY {
pub EntryLength: DWORD,
pub DependencyTypeFlags: DWORD,
pub ProviderSpecificFlags: DWORD,
pub VirtualStorageType: VIRTUAL_STORAGE_TYPE,
}
Fields§
§EntryLength: DWORD
§DependencyTypeFlags: DWORD
§ProviderSpecificFlags: DWORD
§VirtualStorageType: VIRTUAL_STORAGE_TYPE
Trait Implementations§
Source§impl Clone for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Clone for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
Source§fn clone(&self) -> _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
fn clone(&self) -> _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
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 moreSource§impl Ord for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Ord for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
Source§fn cmp(&self, other: &_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY) -> Ordering
fn cmp(&self, other: &_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl PartialEq for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
Source§fn eq(&self, other: &_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY) -> bool
fn eq(&self, other: &_STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl PartialOrd for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Copy for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Eq for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl StructuralPartialEq for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
Auto Trait Implementations§
impl Freeze for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl RefUnwindSafe for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Send for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Sync for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl Unpin for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_ENTRY
impl UnwindSafe for _STORAGE_QUERY_DEPENDENT_VOLUME_LEV1_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