#[repr(C)]pub struct SYSTEM_CODEINTEGRITY_INFORMATION {
pub Length: u32,
pub CodeIntegrityOptions: u32,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
Length: u32
CodeIntegrityOptions: u32
Trait Implementations
impl Clone for SYSTEM_CODEINTEGRITY_INFORMATION
impl Clone for SYSTEM_CODEINTEGRITY_INFORMATION
impl Copy for SYSTEM_CODEINTEGRITY_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_CODEINTEGRITY_INFORMATION
impl Send for SYSTEM_CODEINTEGRITY_INFORMATION
impl Sync for SYSTEM_CODEINTEGRITY_INFORMATION
impl Unpin for SYSTEM_CODEINTEGRITY_INFORMATION
impl UnwindSafe for SYSTEM_CODEINTEGRITY_INFORMATION
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