Struct getip::hostip::LocalLibcProvider [−][src]
pub struct LocalLibcProvider { /* fields omitted */ }Expand description
Provider that queries information from libc interface.
Implementations
Trait Implementations
Get a local address on the specified interface.
Errors
This function propagates the error from libc_getips::get_iface_addrs.
Auto Trait Implementations
impl RefUnwindSafe for LocalLibcProvider
impl Send for LocalLibcProvider
impl Sync for LocalLibcProvider
impl Unpin for LocalLibcProvider
impl UnwindSafe for LocalLibcProvider
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more