#[repr(transparent)]pub struct ContactAnnotationOperations(pub u32);
Expand description
Required features: "ApplicationModel_Contacts"
Tuple Fields
0: u32
Implementations
impl ContactAnnotationOperations
impl ContactAnnotationOperations
pub const None: Self = Self(0u32)
pub const ContactProfile: Self = Self(1u32)
pub const Message: Self = Self(2u32)
pub const AudioCall: Self = Self(4u32)
pub const VideoCall: Self = Self(8u32)
pub const SocialFeeds: Self = Self(16u32)
Trait Implementations
impl Clone for ContactAnnotationOperations
impl Clone for ContactAnnotationOperations
impl Copy for ContactAnnotationOperations
Auto Trait Implementations
impl RefUnwindSafe for ContactAnnotationOperations
impl Send for ContactAnnotationOperations
impl Sync for ContactAnnotationOperations
impl Unpin for ContactAnnotationOperations
impl UnwindSafe for ContactAnnotationOperations
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