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