Trait ux::prelude::UnixOutputStreamExtManual[]

pub trait UnixOutputStreamExtManual {
    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> UnixOutputStreamExtManual for O where
    O: IsA<UnixOutputStream>, 

Loading content...