pub struct ConstGauge { /* private fields */ }
Expand description
Const wrapper for Gauge
Implementations§
Source§impl ConstGauge
impl ConstGauge
Auto Trait Implementations§
impl Freeze for ConstGauge
impl RefUnwindSafe for ConstGauge
impl Send for ConstGauge
impl Sync for ConstGauge
impl Unpin for ConstGauge
impl UnwindSafe for ConstGauge
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