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