#[repr(C)]pub struct GMimeEncoding {
pub encoding: GMimeContentEncoding,
pub uubuf: [u8; 60],
pub encode: gboolean,
pub save: u32,
pub state: c_int,
}Fields§
§encoding: GMimeContentEncoding§uubuf: [u8; 60]§encode: gboolean§save: u32§state: c_intTrait Implementations§
Source§impl Clone for GMimeEncoding
impl Clone for GMimeEncoding
Source§fn clone(&self) -> GMimeEncoding
fn clone(&self) -> GMimeEncoding
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 GMimeEncoding
impl Debug for GMimeEncoding
impl Copy for GMimeEncoding
Auto Trait Implementations§
impl Freeze for GMimeEncoding
impl RefUnwindSafe for GMimeEncoding
impl Send for GMimeEncoding
impl Sync for GMimeEncoding
impl Unpin for GMimeEncoding
impl UnwindSafe for GMimeEncoding
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