Struct windows_sys::ApplicationModel::Calls::DtmfKey
[−]#[repr(transparent)]pub struct DtmfKey(pub i32);Expand description
Required features: ‘ApplicationModel_Calls’
Tuple Fields
0: i32Implementations
impl DtmfKey
impl DtmfKey
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more