Struct 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 moreimpl 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