Struct substrate_prometheus_endpoint::F64 [−][src]
pub struct F64 { /* fields omitted */ }
A atomic float.
Implementations
impl AtomicF64
[src]
impl AtomicF64
[src]Trait Implementations
impl Atomic for AtomicF64
[src]
impl Atomic for AtomicF64
[src]type T = f64
The numeric type associated with this atomic.
pub fn new(val: <AtomicF64 as Atomic>::T) -> AtomicF64
[src]
pub fn set(&self, val: <AtomicF64 as Atomic>::T)
[src]
pub fn get(&self) -> <AtomicF64 as Atomic>::T
[src]
pub fn inc_by(&self, delta: <AtomicF64 as Atomic>::T)
[src]
pub fn dec_by(&self, delta: <AtomicF64 as Atomic>::T)
[src]
Auto Trait Implementations
impl RefUnwindSafe for AtomicF64
impl Send for AtomicF64
impl Sync for AtomicF64
impl Unpin for AtomicF64
impl UnwindSafe for AtomicF64
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,