[][src]Trait gio::prelude::AsRawFd

pub trait AsRawFd {
    fn as_raw_fd(&self) -> RawFd;
}

Required methods

fn as_raw_fd(&self) -> RawFd

Loading content...

Implementors

impl AsRawFd for Socket[src]

impl AsRawFd for UnixInputStream[src]

impl AsRawFd for UnixOutputStream[src]

Loading content...