Trait gmime::StreamPipeExt [−][src]
Required Methods
fn get_owner(&self) -> bool
Gets whether or not self
owns the backend pipe descriptor.
Returns
true
if self
owns the backend pipe descriptor or false
otherwise.
fn set_owner(&self, owner: bool)
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
impl<O: IsA<StreamPipe>> StreamPipeExt for O