Struct windows_sys::Phone::PersonalInformation::VCardFormat
[−]#[repr(transparent)]pub struct VCardFormat(pub i32);
Expand description
Required features: "Phone_PersonalInformation"
Tuple Fields
0: i32
Implementations
impl VCardFormat
impl VCardFormat
pub const Version2_1: Self = Self(0i32)
pub const Version3: Self = Self(1i32)
Trait Implementations
impl Clone for VCardFormat
impl Clone for VCardFormat
impl Copy for VCardFormat
Auto Trait Implementations
impl RefUnwindSafe for VCardFormat
impl Send for VCardFormat
impl Sync for VCardFormat
impl Unpin for VCardFormat
impl UnwindSafe for VCardFormat
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