Struct windows_sys::UI::Xaml::Media::MediaCanPlayResponse
[−]#[repr(transparent)]pub struct MediaCanPlayResponse(pub i32);
Expand description
Required features: ‘UI_Xaml_Media’
Tuple Fields
0: i32
Implementations
impl MediaCanPlayResponse
impl MediaCanPlayResponse
Trait Implementations
impl Clone for MediaCanPlayResponse
impl Clone for MediaCanPlayResponse
impl Copy for MediaCanPlayResponse
Auto Trait Implementations
impl RefUnwindSafe for MediaCanPlayResponse
impl Send for MediaCanPlayResponse
impl Sync for MediaCanPlayResponse
impl Unpin for MediaCanPlayResponse
impl UnwindSafe for MediaCanPlayResponse
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