Union WHEA_PCIXBUS_ID
#[repr(C, packed(1))]
pub union WHEA_PCIXBUS_ID {
pub Anonymous: WHEA_PCIXBUS_ID_0,
pub AsUSHORT: u16,
}
Fields§
§Anonymous: WHEA_PCIXBUS_ID_0
§AsUSHORT: u16
Trait Implementations§
§impl Clone for WHEA_PCIXBUS_ID
impl Clone for WHEA_PCIXBUS_ID
§fn clone(&self) -> WHEA_PCIXBUS_ID
fn clone(&self) -> WHEA_PCIXBUS_ID
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WHEA_PCIXBUS_ID
Auto Trait Implementations§
impl Freeze for WHEA_PCIXBUS_ID
impl RefUnwindSafe for WHEA_PCIXBUS_ID
impl Send for WHEA_PCIXBUS_ID
impl Sync for WHEA_PCIXBUS_ID
impl Unpin for WHEA_PCIXBUS_ID
impl UnwindSafe for WHEA_PCIXBUS_ID
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