#[repr(C)]pub struct GMimeStream {
pub parent_object: GObject,
pub super_stream: *mut GMimeStream,
pub position: i64,
pub bound_start: i64,
pub bound_end: i64,
}Fields§
§parent_object: GObject§super_stream: *mut GMimeStream§position: i64§bound_start: i64§bound_end: i64Trait Implementations§
Source§impl Clone for GMimeStream
impl Clone for GMimeStream
Source§fn clone(&self) -> GMimeStream
fn clone(&self) -> GMimeStream
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 GMimeStream
impl Debug for GMimeStream
impl Copy for GMimeStream
Auto Trait Implementations§
impl Freeze for GMimeStream
impl RefUnwindSafe for GMimeStream
impl !Send for GMimeStream
impl !Sync for GMimeStream
impl Unpin for GMimeStream
impl UnwindSafe for GMimeStream
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