Struct gmime::StreamGIO[]

pub struct StreamGIO(_, _);

A Stream wrapper around GLib's GIO streams.

Implements

StreamGIOExt, StreamExt

Methods

impl StreamGIO
[src]

Creates a new StreamGIO wrapper around a gio::File object.

file

a gio::File

Returns

a stream using file.

Creates a new StreamGIO stream around a gio::File with bounds start and end.

file

a gio::File

start

start boundary

end

end boundary

Returns

a stream using file with bounds start and end.

Trait Implementations

impl Clone for StreamGIO

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamGIO

Formats the value using the given formatter. Read more

impl Hash for StreamGIO

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for StreamGIO

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for StreamGIO

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for StreamGIO

impl IsA<Stream> for StreamGIO

impl IsA<Object> for StreamGIO

Auto Trait Implementations

impl !Send for StreamGIO

impl !Sync for StreamGIO