Struct windows::ApplicationModel::Contacts::ContactCardTabKind
#[repr(transparent)]pub struct ContactCardTabKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ContactCardTabKind
impl ContactCardTabKind
Trait Implementations§
§impl Clone for ContactCardTabKind
impl Clone for ContactCardTabKind
§fn clone(&self) -> ContactCardTabKind
fn clone(&self) -> ContactCardTabKind
Returns a copy 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 more§impl Debug for ContactCardTabKind
impl Debug for ContactCardTabKind
§impl Default for ContactCardTabKind
impl Default for ContactCardTabKind
§fn default() -> ContactCardTabKind
fn default() -> ContactCardTabKind
Returns the “default value” for a type. Read more
§impl PartialEq for ContactCardTabKind
impl PartialEq for ContactCardTabKind
§fn eq(&self, other: &ContactCardTabKind) -> bool
fn eq(&self, other: &ContactCardTabKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ContactCardTabKind
impl Eq for ContactCardTabKind
impl StructuralPartialEq for ContactCardTabKind
Auto Trait Implementations§
impl Freeze for ContactCardTabKind
impl RefUnwindSafe for ContactCardTabKind
impl Send for ContactCardTabKind
impl Sync for ContactCardTabKind
impl Unpin for ContactCardTabKind
impl UnwindSafe for ContactCardTabKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)