Struct gmime::StreamPipe[]

pub struct StreamPipe(_, _);
[]

A Stream wrapper around pipes.

Implements

StreamPipeExt, StreamExt

Methods

impl StreamPipe
[src]
[]

[]

Creates a new StreamPipe object around fd.

fd

a pipe descriptor

Returns

a stream using fd.

Trait Implementations

impl Clone for StreamPipe
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for StreamPipe
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for StreamPipe
[+]

[]

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

[]

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

impl StaticType for StreamPipe
[+]

[]

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for StreamPipe
[+]

[]

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

[]

This method tests for !=.

impl Eq for StreamPipe

impl IsA<Stream> for StreamPipe

impl IsA<Object> for StreamPipe

Auto Trait Implementations

impl !Send for StreamPipe

impl !Sync for StreamPipe