Struct windows_sys::Phone::Notification::Management::PhoneMediaType
[−]#[repr(transparent)]pub struct PhoneMediaType(pub i32);
Expand description
Required features: "Phone_Notification_Management"
Tuple Fields
0: i32
Implementations
impl PhoneMediaType
impl PhoneMediaType
pub const AudioOnly: Self = Self(0i32)
pub const AudioVideo: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more