Struct windows_sys::ApplicationModel::Calls::DtmfKey
[−]#[repr(transparent)]pub struct DtmfKey(pub i32);
Expand description
Required features: "ApplicationModel_Calls"
Tuple Fields
0: i32
Implementations
impl DtmfKey
impl DtmfKey
pub const D0: Self = Self(0i32)
pub const D1: Self = Self(1i32)
pub const D2: Self = Self(2i32)
pub const D3: Self = Self(3i32)
pub const D4: Self = Self(4i32)
pub const D5: Self = Self(5i32)
pub const D6: Self = Self(6i32)
pub const D7: Self = Self(7i32)
pub const D8: Self = Self(8i32)
pub const D9: Self = Self(9i32)
pub const Star: Self = Self(10i32)
pub const Pound: Self = Self(11i32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DtmfKey
impl Send for DtmfKey
impl Sync for DtmfKey
impl Unpin for DtmfKey
impl UnwindSafe for DtmfKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more