#[repr(C)]pub struct GMimeStreamFs {
pub parent_object: GMimeStream,
pub owner: gboolean,
pub eos: gboolean,
pub fd: c_int,
}Fields§
§parent_object: GMimeStream§owner: gboolean§eos: gboolean§fd: c_intTrait Implementations§
Source§impl Clone for GMimeStreamFs
impl Clone for GMimeStreamFs
Source§fn clone(&self) -> GMimeStreamFs
fn clone(&self) -> GMimeStreamFs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GMimeStreamFs
impl Debug for GMimeStreamFs
impl Copy for GMimeStreamFs
Auto Trait Implementations§
impl Freeze for GMimeStreamFs
impl RefUnwindSafe for GMimeStreamFs
impl !Send for GMimeStreamFs
impl !Sync for GMimeStreamFs
impl Unpin for GMimeStreamFs
impl UnwindSafe for GMimeStreamFs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more