pub type FILE_FS_PERSISTENT_VOLUME_INFORMATION = _FILE_FS_PERSISTENT_VOLUME_INFORMATION;
Aliased Type§
struct FILE_FS_PERSISTENT_VOLUME_INFORMATION {
pub VolumeFlags: u32,
pub FlagMask: u32,
pub Version: u32,
pub Reserved: u32,
}
Fields§
§VolumeFlags: u32
§FlagMask: u32
§Version: u32
§Reserved: u32
Trait Implementations
Source§impl Clone for _FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl Clone for _FILE_FS_PERSISTENT_VOLUME_INFORMATION
Source§fn clone(&self) -> _FILE_FS_PERSISTENT_VOLUME_INFORMATION
fn clone(&self) -> _FILE_FS_PERSISTENT_VOLUME_INFORMATION
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 _FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl Ord for _FILE_FS_PERSISTENT_VOLUME_INFORMATION
Source§fn cmp(&self, other: &_FILE_FS_PERSISTENT_VOLUME_INFORMATION) -> Ordering
fn cmp(&self, other: &_FILE_FS_PERSISTENT_VOLUME_INFORMATION) -> 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 _FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl PartialEq for _FILE_FS_PERSISTENT_VOLUME_INFORMATION
Source§fn eq(&self, other: &_FILE_FS_PERSISTENT_VOLUME_INFORMATION) -> bool
fn eq(&self, other: &_FILE_FS_PERSISTENT_VOLUME_INFORMATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.