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