Struct gmime::StreamGIO [−]
Methods
impl StreamGIO
[src]
[−]
impl StreamGIO
pub fn new<P: IsA<File>>(file: &P) -> StreamGIO
[src]
[−]
pub fn new<P: IsA<File>>(file: &P) -> StreamGIO
Creates a new StreamGIO
wrapper around a gio::File
object.
file
a gio::File
Returns
a stream using file
.
pub fn new_with_bounds<P: IsA<File>>(
file: &P,
start: i64,
end: i64
) -> StreamGIO
[src]
[−]
pub fn new_with_bounds<P: IsA<File>>(
file: &P,
start: i64,
end: i64
) -> StreamGIO
Trait Implementations
impl Clone for StreamGIO
[+]
impl Clone for StreamGIO
impl Debug for StreamGIO
[+]
impl Debug for StreamGIO
impl Hash for StreamGIO
[+]
impl Hash for StreamGIO
impl StaticType for StreamGIO
[+]
impl StaticType for StreamGIO
impl<T: IsA<Object>> PartialEq<T> for StreamGIO
[+]
impl<T: IsA<Object>> PartialEq<T> for StreamGIO
impl Eq for StreamGIO
impl Eq for StreamGIO
impl IsA<Stream> for StreamGIO
impl IsA<Stream> for StreamGIO
impl IsA<Object> for StreamGIO
impl IsA<Object> for StreamGIO