Trait gio::prelude::PollableInputStreamExtManual [−][src]
Required methods
fn create_source<'a, 'b, N: Into<Option<&'b str>>, P: Into<Option<&'a Cancellable>>, F>(
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&Self) -> Continue + 'static,
[src]
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&Self) -> Continue + 'static,
fn read_nonblocking<'a, P: Into<Option<&'a Cancellable>>>(
&self,
buffer: &mut [u8],
cancellable: P
) -> Result<isize, Error>
[src]
&self,
buffer: &mut [u8],
cancellable: P
) -> Result<isize, Error>
Implementors
impl<O: IsA<PollableInputStream>> PollableInputStreamExtManual for O
[src]
fn create_source<'a, 'b, N: Into<Option<&'b str>>, P: Into<Option<&'a Cancellable>>, F>(
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&Self) -> Continue + 'static,
[src]
&self,
cancellable: P,
name: N,
priority: Priority,
func: F
) -> Source where
F: FnMut(&Self) -> Continue + 'static,
fn read_nonblocking<'a, P: Into<Option<&'a Cancellable>>>(
&self,
buffer: &mut [u8],
cancellable: P
) -> Result<isize, Error>
[src]
&self,
buffer: &mut [u8],
cancellable: P
) -> Result<isize, Error>