Struct windows_sys::ApplicationModel::Email::EmailQueryKind
[−]#[repr(transparent)]pub struct EmailQueryKind(pub i32);
Expand description
Required features: ‘ApplicationModel_Email’
Tuple Fields
0: i32
Implementations
impl EmailQueryKind
impl EmailQueryKind
Trait Implementations
impl Clone for EmailQueryKind
impl Clone for EmailQueryKind
impl Copy for EmailQueryKind
Auto Trait Implementations
impl RefUnwindSafe for EmailQueryKind
impl Send for EmailQueryKind
impl Sync for EmailQueryKind
impl Unpin for EmailQueryKind
impl UnwindSafe for EmailQueryKind
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