pub struct MiscFieldsTimeZone {
pub time_zone_id: u32,
pub time_zone: TIME_ZONE_INFORMATION,
}
Expand description
MISC_INFO_3 fields guarded by MINIDUMP_MISC3_TIMEZONE
Fields§
§time_zone_id: u32
§time_zone: TIME_ZONE_INFORMATION
Trait Implementations§
Source§impl Default for MiscFieldsTimeZone
impl Default for MiscFieldsTimeZone
Source§fn default() -> MiscFieldsTimeZone
fn default() -> MiscFieldsTimeZone
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MiscFieldsTimeZone
impl RefUnwindSafe for MiscFieldsTimeZone
impl Send for MiscFieldsTimeZone
impl Sync for MiscFieldsTimeZone
impl Unpin for MiscFieldsTimeZone
impl UnwindSafe for MiscFieldsTimeZone
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