[−][src]Trait gio::prelude::OutputStreamExtManual
Required methods
fn write_async<'a, B: AsRef<[u8]> + Send + 'static, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<(B, usize), (B, Error)>) + Send + 'static>(
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
)
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
)
fn write_all<'a, P: Into<Option<&'a Cancellable>>>(
&self,
buffer: &[u8],
cancellable: P
) -> Result<(usize, Option<Error>), Error>
&self,
buffer: &[u8],
cancellable: P
) -> Result<(usize, Option<Error>), Error>
fn write_all_async<'a, B: AsRef<[u8]> + Send + 'static, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<(B, usize, Option<Error>), (B, Error)>) + Send + 'static>(
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
) where
Self: Clone,
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
) where
Self: Clone,
Provided methods
fn into_write(self) -> OutputStreamWrite<Self>
Implementors
impl<O: IsA<OutputStream>> OutputStreamExtManual for O
[src]
fn write_async<'a, B: AsRef<[u8]> + Send + 'static, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<(B, usize), (B, Error)>) + Send + 'static>(
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
)
[src]
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
)
fn write_all<'a, P: Into<Option<&'a Cancellable>>>(
&self,
buffer: &[u8],
cancellable: P
) -> Result<(usize, Option<Error>), Error>
[src]
&self,
buffer: &[u8],
cancellable: P
) -> Result<(usize, Option<Error>), Error>
fn write_all_async<'a, B: AsRef<[u8]> + Send + 'static, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<(B, usize, Option<Error>), (B, Error)>) + Send + 'static>(
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
)
[src]
&self,
buffer: B,
io_priority: Priority,
cancellable: P,
callback: Q
)