#[repr(C)]
pub union value_u {
pub counter: counter_t,
pub gauge: gauge_t,
pub derive: derive_t,
pub absolute: absolute_t,
}Fields§
§counter: counter_t§gauge: gauge_t§derive: derive_t§absolute: absolute_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for value_u
impl RefUnwindSafe for value_u
impl Send for value_u
impl Sync for value_u
impl Unpin for value_u
impl UnwindSafe for value_u
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