pub struct CCSIDR { /* private fields */ }
Expand description
Cache Size ID register
Implementations§
Auto Trait Implementations§
impl !Freeze for CCSIDR
impl !RefUnwindSafe for CCSIDR
impl Send for CCSIDR
impl !Sync for CCSIDR
impl Unpin for CCSIDR
impl UnwindSafe for CCSIDR
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