#[repr(C)]pub struct GMimeAutocryptHeader {
pub parent_object: GObject,
pub address: *mut InternetAddressMailbox,
pub prefer_encrypt: GMimeAutocryptPreferEncrypt,
pub keydata: *mut GBytes,
pub effective_date: *mut GDateTime,
}Fields§
§parent_object: GObject§address: *mut InternetAddressMailbox§prefer_encrypt: GMimeAutocryptPreferEncrypt§keydata: *mut GBytes§effective_date: *mut GDateTimeTrait Implementations§
Source§impl Clone for GMimeAutocryptHeader
impl Clone for GMimeAutocryptHeader
Source§fn clone(&self) -> GMimeAutocryptHeader
fn clone(&self) -> GMimeAutocryptHeader
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 GMimeAutocryptHeader
impl Debug for GMimeAutocryptHeader
impl Copy for GMimeAutocryptHeader
Auto Trait Implementations§
impl Freeze for GMimeAutocryptHeader
impl RefUnwindSafe for GMimeAutocryptHeader
impl !Send for GMimeAutocryptHeader
impl !Sync for GMimeAutocryptHeader
impl Unpin for GMimeAutocryptHeader
impl UnwindSafe for GMimeAutocryptHeader
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