#[repr(C)]pub struct Count8 { /* private fields */ }
Expand description
8-bit Counter Mode
Implementations§
Auto Trait Implementations§
impl !Freeze for Count8
impl !RefUnwindSafe for Count8
impl Send for Count8
impl !Sync for Count8
impl Unpin for Count8
impl UnwindSafe for Count8
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