Struct windows::Wdk::System::SystemServices::SILO_MONITOR_REGISTRATION
#[repr(C)]pub struct SILO_MONITOR_REGISTRATION {
pub Version: u8,
pub MonitorHost: BOOLEAN,
pub MonitorExistingSilos: BOOLEAN,
pub Reserved: [u8; 5],
pub Anonymous: SILO_MONITOR_REGISTRATION_0,
pub CreateCallback: SILO_MONITOR_CREATE_CALLBACK,
pub TerminateCallback: SILO_MONITOR_TERMINATE_CALLBACK,
}
Fields§
§Version: u8
§MonitorHost: BOOLEAN
§MonitorExistingSilos: BOOLEAN
§Reserved: [u8; 5]
§Anonymous: SILO_MONITOR_REGISTRATION_0
§CreateCallback: SILO_MONITOR_CREATE_CALLBACK
§TerminateCallback: SILO_MONITOR_TERMINATE_CALLBACK
Trait Implementations§
§impl Clone for SILO_MONITOR_REGISTRATION
impl Clone for SILO_MONITOR_REGISTRATION
§fn clone(&self) -> SILO_MONITOR_REGISTRATION
fn clone(&self) -> SILO_MONITOR_REGISTRATION
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 more§impl Default for SILO_MONITOR_REGISTRATION
impl Default for SILO_MONITOR_REGISTRATION
impl Copy for SILO_MONITOR_REGISTRATION
Auto Trait Implementations§
impl Freeze for SILO_MONITOR_REGISTRATION
impl RefUnwindSafe for SILO_MONITOR_REGISTRATION
impl !Send for SILO_MONITOR_REGISTRATION
impl !Sync for SILO_MONITOR_REGISTRATION
impl Unpin for SILO_MONITOR_REGISTRATION
impl UnwindSafe for SILO_MONITOR_REGISTRATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)