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