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