Struct windows_sys::Phone::Notification::Management::PhoneMediaType
[−]#[repr(transparent)]pub struct PhoneMediaType(pub i32);Expand description
Required features: ‘Phone_Notification_Management’
Tuple Fields
0: i32Implementations
impl PhoneMediaType
impl PhoneMediaType
pub const AudioOnly: Self
pub const AudioVideo: Self
Trait Implementations
impl Clone for PhoneMediaType
impl Clone for PhoneMediaType
impl Copy for PhoneMediaType
Auto Trait Implementations
impl RefUnwindSafe for PhoneMediaType
impl Send for PhoneMediaType
impl Sync for PhoneMediaType
impl Unpin for PhoneMediaType
impl UnwindSafe for PhoneMediaType
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