Union windows_sys::Wdk::System::SystemServices::MCG_STATUS
#[repr(C, packed(1))]
pub union MCG_STATUS {
pub Anonymous: MCG_STATUS_0,
pub QuadPart: u64,
}
Fields§
§Anonymous: MCG_STATUS_0
§QuadPart: u64
Trait Implementations§
§impl Clone for MCG_STATUS
impl Clone for MCG_STATUS
impl Copy for MCG_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for MCG_STATUS
impl Send for MCG_STATUS
impl Sync for MCG_STATUS
impl Unpin for MCG_STATUS
impl UnwindSafe for MCG_STATUS
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