#[repr(C)]pub struct _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX {
pub EnableIntegrity: BYTE,
pub KeepIntegrityStateUnchanged: BYTE,
pub Reserved: WORD,
pub Flags: DWORD,
pub Version: BYTE,
pub Reserved2: [BYTE; 7],
}
Fields§
§EnableIntegrity: BYTE
§KeepIntegrityStateUnchanged: BYTE
§Reserved: WORD
§Flags: DWORD
§Version: BYTE
§Reserved2: [BYTE; 7]
Trait Implementations§
Source§impl Clone for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Clone for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
Source§fn clone(&self) -> _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
fn clone(&self) -> _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
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_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Ord for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
Source§fn cmp(&self, other: &_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX) -> Ordering
fn cmp(&self, other: &_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX) -> 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_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl PartialEq for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
Source§fn eq(&self, other: &_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX) -> bool
fn eq(&self, other: &_FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl PartialOrd for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Copy for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Eq for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl StructuralPartialEq for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
Auto Trait Implementations§
impl Freeze for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl RefUnwindSafe for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Send for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Sync for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl Unpin for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
impl UnwindSafe for _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
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