Struct windows_sys::ApplicationModel::Email::EmailImportance
[−]#[repr(transparent)]pub struct EmailImportance(pub i32);
Expand description
Required features: "ApplicationModel_Email"
Tuple Fields
0: i32
Implementations
impl EmailImportance
impl EmailImportance
Trait Implementations
impl Clone for EmailImportance
impl Clone for EmailImportance
impl Copy for EmailImportance
Auto Trait Implementations
impl RefUnwindSafe for EmailImportance
impl Send for EmailImportance
impl Sync for EmailImportance
impl Unpin for EmailImportance
impl UnwindSafe for EmailImportance
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more