Struct gmime::StreamMmap[]

pub struct StreamMmap(_, _);

A memory-mapped Stream.

Implements

StreamMmapExt, StreamExt

Methods

impl StreamMmap
[src]

Creates a new StreamMmap object around fd.

fd

file descriptor

prot

protection flags

flags

map flags

Returns

a stream using fd.

Creates a new StreamMmap object around fd with bounds start and end.

fd

file descriptor

prot

protection flags

flags

map flags

start

start boundary

end

end boundary

Returns

a stream using fd with bounds start and end.

Trait Implementations

impl Clone for StreamMmap

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamMmap

Formats the value using the given formatter. Read more

impl Hash for StreamMmap

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

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

impl StaticType for StreamMmap

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for StreamMmap

impl IsA<Stream> for StreamMmap

impl IsA<Object> for StreamMmap

Auto Trait Implementations

impl !Send for StreamMmap

impl !Sync for StreamMmap