Struct windows_sys::Media::Casting::CastingConnectionState
[−]#[repr(transparent)]pub struct CastingConnectionState(pub i32);
Expand description
Required features: ‘Media_Casting’
Tuple Fields
0: i32
Implementations
impl CastingConnectionState
impl CastingConnectionState
pub const Disconnected: Self
pub const Connected: Self
pub const Rendering: Self
pub const Disconnecting: Self
pub const Connecting: Self
Trait Implementations
impl Clone for CastingConnectionState
impl Clone for CastingConnectionState
impl Copy for CastingConnectionState
Auto Trait Implementations
impl RefUnwindSafe for CastingConnectionState
impl Send for CastingConnectionState
impl Sync for CastingConnectionState
impl Unpin for CastingConnectionState
impl UnwindSafe for CastingConnectionState
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