pub struct CntHR { /* private fields */ }
Expand description
Value of the field CNT_H
Implementations§
Auto Trait Implementations§
impl Freeze for CntHR
impl RefUnwindSafe for CntHR
impl Send for CntHR
impl Sync for CntHR
impl Unpin for CntHR
impl UnwindSafe for CntHR
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