Struct windows_sys::Media::Capture::AppBroadcastStreamState
[−]#[repr(transparent)]pub struct AppBroadcastStreamState(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl AppBroadcastStreamState
impl AppBroadcastStreamState
pub const Initializing: Self = Self(0i32)
pub const StreamReady: Self = Self(1i32)
pub const Started: Self = Self(2i32)
pub const Paused: Self = Self(3i32)
pub const Terminated: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more