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