#[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 duplicate 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 moreimpl Copy 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