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