Struct windows_sys::Wdk::System::SystemServices::WHEA_REVISION_0
#[repr(C)]pub struct WHEA_REVISION_0 {
pub MinorRevision: u8,
pub MajorRevision: u8,
}
Fields§
§MinorRevision: u8
§MajorRevision: u8
Trait Implementations§
§impl Clone for WHEA_REVISION_0
impl Clone for WHEA_REVISION_0
impl Copy for WHEA_REVISION_0
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_REVISION_0
impl Send for WHEA_REVISION_0
impl Sync for WHEA_REVISION_0
impl Unpin for WHEA_REVISION_0
impl UnwindSafe for WHEA_REVISION_0
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