#[repr(transparent)]pub struct MIMEPROPFLAGS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for MIMEPROPFLAGS
impl Clone for MIMEPROPFLAGS
Source§fn clone(&self) -> MIMEPROPFLAGS
fn clone(&self) -> MIMEPROPFLAGS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MIMEPROPFLAGS
Source§impl Debug for MIMEPROPFLAGS
impl Debug for MIMEPROPFLAGS
Source§impl Default for MIMEPROPFLAGS
impl Default for MIMEPROPFLAGS
Source§fn default() -> MIMEPROPFLAGS
fn default() -> MIMEPROPFLAGS
Returns the “default value” for a type. Read more
impl Eq for MIMEPROPFLAGS
Source§impl PartialEq for MIMEPROPFLAGS
impl PartialEq for MIMEPROPFLAGS
Source§fn eq(&self, other: &MIMEPROPFLAGS) -> bool
fn eq(&self, other: &MIMEPROPFLAGS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MIMEPROPFLAGS
Auto Trait Implementations§
impl Freeze for MIMEPROPFLAGS
impl RefUnwindSafe for MIMEPROPFLAGS
impl Send for MIMEPROPFLAGS
impl Sync for MIMEPROPFLAGS
impl Unpin for MIMEPROPFLAGS
impl UnsafeUnpin for MIMEPROPFLAGS
impl UnwindSafe for MIMEPROPFLAGS
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