Struct windows_sys::Media::Devices::TelephonyKey
[−]#[repr(transparent)]pub struct TelephonyKey(pub i32);
Expand description
Required features: "Media_Devices"
Tuple Fields
0: i32
Implementations
impl TelephonyKey
impl TelephonyKey
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)
pub const A: Self = Self(12i32)
pub const B: Self = Self(13i32)
pub const C: Self = Self(14i32)
pub const D: Self = Self(15i32)
Trait Implementations
impl Clone for TelephonyKey
impl Clone for TelephonyKey
impl Copy for TelephonyKey
Auto Trait Implementations
impl RefUnwindSafe for TelephonyKey
impl Send for TelephonyKey
impl Sync for TelephonyKey
impl Unpin for TelephonyKey
impl UnwindSafe for TelephonyKey
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