Struct windows::Media::Devices::TelephonyKey
#[repr(transparent)]pub struct TelephonyKey(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TelephonyKey
impl TelephonyKey
pub const D0: Self = _
pub const D1: Self = _
pub const D2: Self = _
pub const D3: Self = _
pub const D4: Self = _
pub const D5: Self = _
pub const D6: Self = _
pub const D7: Self = _
pub const D8: Self = _
pub const D9: Self = _
pub const Star: Self = _
pub const Pound: Self = _
pub const A: Self = _
pub const B: Self = _
pub const C: Self = _
pub const D: Self = _
Trait Implementations§
§impl Clone for TelephonyKey
impl Clone for TelephonyKey
§fn clone(&self) -> TelephonyKey
fn clone(&self) -> TelephonyKey
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 TelephonyKey
impl Debug for TelephonyKey
§impl Default for TelephonyKey
impl Default for TelephonyKey
§fn default() -> TelephonyKey
fn default() -> TelephonyKey
Returns the “default value” for a type. Read more
§impl PartialEq for TelephonyKey
impl PartialEq for TelephonyKey
§fn eq(&self, other: &TelephonyKey) -> bool
fn eq(&self, other: &TelephonyKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TelephonyKey
impl Eq for TelephonyKey
impl StructuralPartialEq for TelephonyKey
Auto Trait Implementations§
impl Freeze for TelephonyKey
impl RefUnwindSafe for TelephonyKey
impl Send for TelephonyKey
impl Sync for TelephonyKey
impl Unpin for TelephonyKey
impl UnwindSafe for TelephonyKey
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
)