Struct windows_native::ntexapi::SYSTEM_EXCEPTION_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_EXCEPTION_INFORMATION {
pub AlignmentFixupCount: u32,
pub ExceptionDispatchCount: u32,
pub FloatingEmulationCount: u32,
pub ByteWordEmulationCount: u32,
}Fieldsยง
ยงAlignmentFixupCount: u32ยงExceptionDispatchCount: u32ยงFloatingEmulationCount: u32ยงByteWordEmulationCount: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_EXCEPTION_INFORMATION
impl Send for SYSTEM_EXCEPTION_INFORMATION
impl Sync for SYSTEM_EXCEPTION_INFORMATION
impl Unpin for SYSTEM_EXCEPTION_INFORMATION
impl UnwindSafe for SYSTEM_EXCEPTION_INFORMATION
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