#[repr(transparent)]pub struct PhoneVoicemailType(pub i32);
Expand description
Required features: "ApplicationModel_Calls"
Tuple Fields
0: i32
Implementations
impl PhoneVoicemailType
impl PhoneVoicemailType
pub const None: Self = Self(0i32)
pub const Traditional: Self = Self(1i32)
pub const Visual: Self = Self(2i32)
Trait Implementations
impl Clone for PhoneVoicemailType
impl Clone for PhoneVoicemailType
impl Copy for PhoneVoicemailType
Auto Trait Implementations
impl RefUnwindSafe for PhoneVoicemailType
impl Send for PhoneVoicemailType
impl Sync for PhoneVoicemailType
impl Unpin for PhoneVoicemailType
impl UnwindSafe for PhoneVoicemailType
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