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