#[repr(C)]pub struct GMimeStreamIOVector {
pub data: *mut c_void,
pub len: size_t,
}Fields§
§data: *mut c_void§len: size_tTrait Implementations§
Source§impl Clone for GMimeStreamIOVector
impl Clone for GMimeStreamIOVector
Source§fn clone(&self) -> GMimeStreamIOVector
fn clone(&self) -> GMimeStreamIOVector
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 GMimeStreamIOVector
impl Debug for GMimeStreamIOVector
impl Copy for GMimeStreamIOVector
Auto Trait Implementations§
impl Freeze for GMimeStreamIOVector
impl RefUnwindSafe for GMimeStreamIOVector
impl !Send for GMimeStreamIOVector
impl !Sync for GMimeStreamIOVector
impl Unpin for GMimeStreamIOVector
impl UnwindSafe for GMimeStreamIOVector
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