Struct native::io::net::Guard[src]
pub struct Guard<'a> {
pub fd: sock_t,
pub guard: LockGuard<'a>,
}Fields
fd | |
guard |
pub struct Guard<'a> {
pub fd: sock_t,
pub guard: LockGuard<'a>,
}fd | |
guard |
impl<'a> Drop for Guard<'a>fn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).