Struct windows_native::ntpsapi::PROCESS_LOGGING_INFORMATION_1
source ยท #[repr(C)]#[repr(align(4))]pub struct PROCESS_LOGGING_INFORMATION_1 { /* private fields */ }Implementationsยง
sourceยงimpl PROCESS_LOGGING_INFORMATION_1
impl PROCESS_LOGGING_INFORMATION_1
pub fn EnableReadVmLogging(&self) -> u32
pub fn set_EnableReadVmLogging(&mut self, val: u32)
pub fn EnableWriteVmLogging(&self) -> u32
pub fn set_EnableWriteVmLogging(&mut self, val: u32)
pub fn EnableProcessSuspendResumeLogging(&self) -> u32
pub fn set_EnableProcessSuspendResumeLogging(&mut self, val: u32)
pub fn EnableThreadSuspendResumeLogging(&self) -> u32
pub fn set_EnableThreadSuspendResumeLogging(&mut self, val: u32)
pub fn EnableLocalExecProtectVmLogging(&self) -> u32
pub fn set_EnableLocalExecProtectVmLogging(&mut self, val: u32)
pub fn EnableRemoteExecProtectVmLogging(&self) -> u32
pub fn set_EnableRemoteExecProtectVmLogging(&mut self, val: u32)
pub fn Reserved(&self) -> u32
pub fn set_Reserved(&mut self, val: u32)
pub fn new_bitfield_1( EnableReadVmLogging: u32, EnableWriteVmLogging: u32, EnableProcessSuspendResumeLogging: u32, EnableThreadSuspendResumeLogging: u32, EnableLocalExecProtectVmLogging: u32, EnableRemoteExecProtectVmLogging: u32, Reserved: u32 ) -> BitfieldUnit<[u8; 4]>
Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESS_LOGGING_INFORMATION_1
impl Send for PROCESS_LOGGING_INFORMATION_1
impl Sync for PROCESS_LOGGING_INFORMATION_1
impl Unpin for PROCESS_LOGGING_INFORMATION_1
impl UnwindSafe for PROCESS_LOGGING_INFORMATION_1
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