pub struct MiscInfo5Fields {
pub xstate_data: XSTATE_CONFIG_FEATURE_MSC_INFO,
pub process_cookie: Option<u32>,
}
Expand description
MISC_INFO_5 fields (xstate_data must exist if process_cookie is set).
Fields§
§xstate_data: XSTATE_CONFIG_FEATURE_MSC_INFO
MISC_INFO_5 field guarded by MINIDUMP_MISC5_PROCESS_COOKIE
Trait Implementations§
Source§impl Default for MiscInfo5Fields
impl Default for MiscInfo5Fields
Source§fn default() -> MiscInfo5Fields
fn default() -> MiscInfo5Fields
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MiscInfo5Fields
impl RefUnwindSafe for MiscInfo5Fields
impl Send for MiscInfo5Fields
impl Sync for MiscInfo5Fields
impl Unpin for MiscInfo5Fields
impl UnwindSafe for MiscInfo5Fields
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