Struct PhoneNotificationType
#[repr(transparent)]pub struct PhoneNotificationType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PhoneNotificationType
impl PhoneNotificationType
pub const NewCall: Self = _
pub const CallChanged: Self = _
pub const LineChanged: Self = _
pub const PhoneCallAudioEndpointChanged: Self = _
pub const PhoneMuteChanged: Self = _
Trait Implementations§
§impl Clone for PhoneNotificationType
impl Clone for PhoneNotificationType
§fn clone(&self) -> PhoneNotificationType
fn clone(&self) -> PhoneNotificationType
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 PhoneNotificationType
impl Debug for PhoneNotificationType
§impl Default for PhoneNotificationType
impl Default for PhoneNotificationType
§fn default() -> PhoneNotificationType
fn default() -> PhoneNotificationType
Returns the “default value” for a type. Read more
§impl PartialEq for PhoneNotificationType
impl PartialEq for PhoneNotificationType
impl Copy for PhoneNotificationType
impl Eq for PhoneNotificationType
impl StructuralPartialEq for PhoneNotificationType
Auto Trait Implementations§
impl Freeze for PhoneNotificationType
impl RefUnwindSafe for PhoneNotificationType
impl Send for PhoneNotificationType
impl Sync for PhoneNotificationType
impl Unpin for PhoneNotificationType
impl UnwindSafe for PhoneNotificationType
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