[][src]Trait gio::UnixOutputStreamExt

pub trait UnixOutputStreamExt: 'static {
    fn get_close_fd(&self) -> bool;
}

Trait containing all UnixOutputStream methods.

Implementors

UnixOutputStream

Required methods

fn get_close_fd(&self) -> bool

Returns whether the file descriptor of self will be closed when the stream is closed.

Returns

true if the file descriptor is closed when done

Loading content...

Implementors

impl<O: IsA<UnixOutputStream>> UnixOutputStreamExt for O[src]

Loading content...