#[repr(transparent)]pub struct Clcr(pub u32);Expand description
Cache Line Control
Tuple Fields§
§0: u32Implementations§
Source§impl Clcr
impl Clcr
Sourcepub const fn set_cacheaddr(&mut self, val: u16)
pub const fn set_cacheaddr(&mut self, val: u16)
Cache Address
Sourcepub const fn set_ladsel(&mut self, val: Ladsel)
pub const fn set_ladsel(&mut self, val: Ladsel)
Line Address Select
Trait Implementations§
impl Copy for Clcr
impl Eq for Clcr
impl StructuralPartialEq for Clcr
Auto Trait Implementations§
impl Freeze for Clcr
impl RefUnwindSafe for Clcr
impl Send for Clcr
impl Sync for Clcr
impl Unpin for Clcr
impl UnwindSafe for Clcr
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