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