Trait UnixInputStreamExtManual
gio::prelude
pub trait UnixInputStreamExtManual: 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<UnixInputStream>> UnixInputStreamExtManual for O