Struct gmime_sys::GMimeStreamFile[][src]

#[repr(C)]
pub struct GMimeStreamFile { pub parent_object: GMimeStream, pub owner: gboolean, pub fp: *mut FILE, }

Fields

Trait Implementations

impl Copy for GMimeStreamFile
[src]

impl Clone for GMimeStreamFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamFile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamFile

impl !Sync for GMimeStreamFile