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,
T: FromRawFd,
pub unsafe fn set_close_fd(&self, close_fd: bool)
Implementors
impl<O> UnixInputStreamExtManual for O where
O: IsA<UnixInputStream>,
O: IsA<UnixInputStream>,
pub fn get_fd<T>(&self) -> T where
T: FromRawFd,
T: FromRawFd,