Struct windows::Wdk::System::SystemServices::WHEAP_OSC_IMPLEMENTED
#[repr(C)]pub struct WHEAP_OSC_IMPLEMENTED {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub OscImplemented: BOOLEAN,
pub DebugChecked: BOOLEAN,
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§OscImplemented: BOOLEAN
§DebugChecked: BOOLEAN
Trait Implementations§
§impl Clone for WHEAP_OSC_IMPLEMENTED
impl Clone for WHEAP_OSC_IMPLEMENTED
§fn clone(&self) -> WHEAP_OSC_IMPLEMENTED
fn clone(&self) -> WHEAP_OSC_IMPLEMENTED
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 WHEAP_OSC_IMPLEMENTED
impl Default for WHEAP_OSC_IMPLEMENTED
impl Copy for WHEAP_OSC_IMPLEMENTED
Auto Trait Implementations§
impl Freeze for WHEAP_OSC_IMPLEMENTED
impl RefUnwindSafe for WHEAP_OSC_IMPLEMENTED
impl Send for WHEAP_OSC_IMPLEMENTED
impl Sync for WHEAP_OSC_IMPLEMENTED
impl Unpin for WHEAP_OSC_IMPLEMENTED
impl UnwindSafe for WHEAP_OSC_IMPLEMENTED
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
)