pub trait IntoRawDescriptor {
    // Required method
    fn into_raw_descriptor(self) -> RawDescriptor;
}
Expand description

Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor

Required Methods§

Implementations on Foreign Types§

source§

impl IntoRawDescriptor for OwnedFd

source§

impl IntoRawDescriptor for UnixStream

source§

impl IntoRawDescriptor for UnixDatagram

source§

impl IntoRawDescriptor for File

Implementors§