pub trait RutabagaIntoRawDescriptor {
    // Required method
    fn into_raw_descriptor(self) -> RawFd;
}
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 File

Implementors§

source§

impl IntoRawDescriptor for SafeDescriptor

source§

impl IntoRawDescriptor for rutabaga_gfx::rutabaga_os::shm::SharedMemory

source§

impl IntoRawDescriptor for rutabaga_gfx::rutabaga_os::sys::linux::shm::SharedMemory