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