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