Trait ux::prelude::UnixInputStreamExtManual[]

pub trait UnixInputStreamExtManual {
    pub fn get_fd<T>(&self) -> T
    where
        T: FromRawFd
;
pub unsafe fn set_close_fd(&self, close_fd: bool); }

Required methods

pub fn get_fd<T>(&self) -> T where
    T: FromRawFd

pub unsafe fn set_close_fd(&self, close_fd: bool)

Loading content...

Implementors

impl<O> UnixInputStreamExtManual for O where
    O: IsA<UnixInputStream>, 

Loading content...