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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more