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