Trait gmime::StreamFileExt [−][src]
Required Methods
fn get_owner(&self) -> bool
Gets whether or not self owns the backend FILE pointer.
Returns
true if self owns the backend FILE pointer or false
otherwise.
fn set_owner(&self, owner: bool)
Sets whether or not self owns the backend FILE pointer.
Note: owner should be true if the stream should fclose the
backend FILE pointer when destroyed or false otherwise.
owner
true if this stream should own the FILE pointer or false otherwise
Implementors
impl<O: IsA<StreamFile>> StreamFileExt for O