Struct pnet_sys::FileDesc [] [src]

pub struct FileDesc {
    pub fd: CSocket,
}

Any file descriptor on unix, only sockets on Windows.

Fields

Trait Implementations

impl Drop for FileDesc
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for FileDesc

impl Sync for FileDesc