[][src]Trait runng::stats::NngStat

pub trait NngStat {
    unsafe fn nng_stat(&self) -> *mut nng_stat;

    fn child(&self) -> Option<NngStatChild> { ... }
}

Required methods

unsafe fn nng_stat(&self) -> *mut nng_stat

Obtain underlying nng_stat.

Loading content...

Provided methods

fn child(&self) -> Option<NngStatChild>

Returns the first child statistic, if any. See nng_stat_child.

Loading content...

Implementors

impl NngStat for NngStatRoot[src]

impl<'root, '_> NngStat for NngStatChild<'_>[src]

Loading content...