Struct windows::ApplicationModel::Calls::Background::PhoneCallBlockedReason
#[repr(transparent)]pub struct PhoneCallBlockedReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PhoneCallBlockedReason
impl PhoneCallBlockedReason
pub const InCallBlockingList: Self = _
pub const PrivateNumber: Self = _
pub const UnknownNumber: Self = _
Trait Implementations§
§impl Clone for PhoneCallBlockedReason
impl Clone for PhoneCallBlockedReason
§fn clone(&self) -> PhoneCallBlockedReason
fn clone(&self) -> PhoneCallBlockedReason
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 PhoneCallBlockedReason
impl Debug for PhoneCallBlockedReason
§impl Default for PhoneCallBlockedReason
impl Default for PhoneCallBlockedReason
§fn default() -> PhoneCallBlockedReason
fn default() -> PhoneCallBlockedReason
Returns the “default value” for a type. Read more
§impl PartialEq for PhoneCallBlockedReason
impl PartialEq for PhoneCallBlockedReason
§fn eq(&self, other: &PhoneCallBlockedReason) -> bool
fn eq(&self, other: &PhoneCallBlockedReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PhoneCallBlockedReason
impl Eq for PhoneCallBlockedReason
impl StructuralPartialEq for PhoneCallBlockedReason
Auto Trait Implementations§
impl Freeze for PhoneCallBlockedReason
impl RefUnwindSafe for PhoneCallBlockedReason
impl Send for PhoneCallBlockedReason
impl Sync for PhoneCallBlockedReason
impl Unpin for PhoneCallBlockedReason
impl UnwindSafe for PhoneCallBlockedReason
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)