Struct windows::ApplicationModel::Calls::Background::PhoneLineProperties
#[repr(transparent)]pub struct PhoneLineProperties(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl PhoneLineProperties
impl PhoneLineProperties
pub const None: Self = _
pub const BrandingOptions: Self = _
pub const CanDial: Self = _
pub const CellularDetails: Self = _
pub const DisplayColor: Self = _
pub const DisplayName: Self = _
pub const NetworkName: Self = _
pub const NetworkState: Self = _
pub const Transport: Self = _
pub const Voicemail: Self = _
§impl PhoneLineProperties
impl PhoneLineProperties
Trait Implementations§
§impl BitAnd for PhoneLineProperties
impl BitAnd for PhoneLineProperties
§impl BitAndAssign for PhoneLineProperties
impl BitAndAssign for PhoneLineProperties
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for PhoneLineProperties
impl BitOr for PhoneLineProperties
§impl BitOrAssign for PhoneLineProperties
impl BitOrAssign for PhoneLineProperties
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for PhoneLineProperties
impl Clone for PhoneLineProperties
§fn clone(&self) -> PhoneLineProperties
fn clone(&self) -> PhoneLineProperties
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 PhoneLineProperties
impl Debug for PhoneLineProperties
§impl Default for PhoneLineProperties
impl Default for PhoneLineProperties
§fn default() -> PhoneLineProperties
fn default() -> PhoneLineProperties
Returns the “default value” for a type. Read more
§impl Not for PhoneLineProperties
impl Not for PhoneLineProperties
§impl PartialEq for PhoneLineProperties
impl PartialEq for PhoneLineProperties
§fn eq(&self, other: &PhoneLineProperties) -> bool
fn eq(&self, other: &PhoneLineProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PhoneLineProperties
impl Eq for PhoneLineProperties
impl StructuralPartialEq for PhoneLineProperties
Auto Trait Implementations§
impl Freeze for PhoneLineProperties
impl RefUnwindSafe for PhoneLineProperties
impl Send for PhoneLineProperties
impl Sync for PhoneLineProperties
impl Unpin for PhoneLineProperties
impl UnwindSafe for PhoneLineProperties
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
)