Trait gmime::StreamPipeExt[][src]

pub trait StreamPipeExt {
    fn get_owner(&self) -> bool;
fn set_owner(&self, owner: bool); }
[]

Trait containing all StreamPipe methods.

Implementors

StreamPipe

Required Methods

[]

Gets whether or not self owns the backend pipe descriptor.

Returns

true if self owns the backend pipe descriptor or false otherwise.

[]

Sets whether or not self owns the backend pipe descriptor.

Note: owner should be true if the stream should close the backend pipe descriptor when destroyed or false otherwise.

owner

owner

Implementors