#[repr(C)]pub struct CACHE_CONFIG_typedef {
pub BANKS: u8,
pub WAYS: u8,
pub SETS: u8,
pub BYTES: u8,
}Fields§
§BANKS: u8§WAYS: u8§SETS: u8§BYTES: u8Trait Implementations§
Source§impl Clone for CACHE_CONFIG_typedef
impl Clone for CACHE_CONFIG_typedef
Source§fn clone(&self) -> CACHE_CONFIG_typedef
fn clone(&self) -> CACHE_CONFIG_typedef
Returns a duplicate 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 moreSource§impl Debug for CACHE_CONFIG_typedef
impl Debug for CACHE_CONFIG_typedef
impl Copy for CACHE_CONFIG_typedef
Auto Trait Implementations§
impl Freeze for CACHE_CONFIG_typedef
impl RefUnwindSafe for CACHE_CONFIG_typedef
impl Send for CACHE_CONFIG_typedef
impl Sync for CACHE_CONFIG_typedef
impl Unpin for CACHE_CONFIG_typedef
impl UnwindSafe for CACHE_CONFIG_typedef
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