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