#[repr(C)]pub struct FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX {
pub EnableIntegrity: u8,
pub KeepIntegrityStateUnchanged: u8,
pub Reserved: u16,
pub Flags: u32,
pub Version: u8,
pub Reserved2: [u8; 7],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
EnableIntegrity: u8
KeepIntegrityStateUnchanged: u8
Reserved: u16
Flags: u32
Version: u8
Reserved2: [u8; 7]
Trait Implementations
impl Copy for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER_EX
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more