Union INTEL_CACHE_INFO_EAX
#[repr(C)]
pub union INTEL_CACHE_INFO_EAX {
pub Ulong: u32,
pub Anonymous: INTEL_CACHE_INFO_EAX_0,
}
Fields§
§Ulong: u32
§Anonymous: INTEL_CACHE_INFO_EAX_0
Trait Implementations§
§impl Clone for INTEL_CACHE_INFO_EAX
impl Clone for INTEL_CACHE_INFO_EAX
§fn clone(&self) -> INTEL_CACHE_INFO_EAX
fn clone(&self) -> INTEL_CACHE_INFO_EAX
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 INTEL_CACHE_INFO_EAX
Auto Trait Implementations§
impl Freeze for INTEL_CACHE_INFO_EAX
impl RefUnwindSafe for INTEL_CACHE_INFO_EAX
impl Send for INTEL_CACHE_INFO_EAX
impl Sync for INTEL_CACHE_INFO_EAX
impl Unpin for INTEL_CACHE_INFO_EAX
impl UnwindSafe for INTEL_CACHE_INFO_EAX
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