Struct windows_sys::Media::Capture::AppBroadcastStreamState
[−]#[repr(transparent)]pub struct AppBroadcastStreamState(pub i32);Expand description
Required features: ‘Media_Capture’
Tuple Fields
0: i32Implementations
impl AppBroadcastStreamState
impl AppBroadcastStreamState
pub const Initializing: Self
pub const StreamReady: Self
pub const Started: Self
pub const Paused: Self
pub const Terminated: Self
Trait Implementations
impl Clone for AppBroadcastStreamState
impl Clone for AppBroadcastStreamState
impl Copy for AppBroadcastStreamState
Auto Trait Implementations
impl RefUnwindSafe for AppBroadcastStreamState
impl Send for AppBroadcastStreamState
impl Sync for AppBroadcastStreamState
impl Unpin for AppBroadcastStreamState
impl UnwindSafe for AppBroadcastStreamState
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