[][src]Trait gio::prelude::UnixInputStreamExtManual

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

Required methods

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

unsafe fn set_close_fd(&self, close_fd: bool)

Loading content...

Implementors

impl<O: IsA<UnixInputStream>> UnixInputStreamExtManual for O[src]

Loading content...