Trait UnixOutputStreamExtManual
gio::prelude
pub trait UnixOutputStreamExtManual: Sized { fn get_fd<T: FromRawFd>(&self) -> T; unsafe fn set_close_fd(&self, close_fd: bool); }
fn get_fd<T: FromRawFd>(&self) -> T
unsafe fn set_close_fd(&self, close_fd: bool)
impl<O: IsA<UnixOutputStream>> UnixOutputStreamExtManual for O