Trait gio::PollableOutputStreamExt [−][src]
pub trait PollableOutputStreamExt { fn can_poll(&self) -> bool; fn is_writable(&self) -> bool; fn write_nonblocking<'a, P: Into<Option<&'a Cancellable>>>(
&self,
buffer: &[u8],
cancellable: P
) -> Result<isize, Error>; }
Required Methods
fn can_poll(&self) -> bool
fn is_writable(&self) -> bool
fn write_nonblocking<'a, P: Into<Option<&'a Cancellable>>>(
&self,
buffer: &[u8],
cancellable: P
) -> Result<isize, Error>
&self,
buffer: &[u8],
cancellable: P
) -> Result<isize, Error>
Implementors
impl<O: IsA<PollableOutputStream>> PollableOutputStreamExt for O