Struct windows_sys::Media::Devices::CameraStreamState
[−]#[repr(transparent)]pub struct CameraStreamState(pub i32);
Expand description
Required features: "Media_Devices"
Tuple Fields
0: i32
Implementations
impl CameraStreamState
impl CameraStreamState
pub const NotStreaming: Self = Self(0i32)
pub const Streaming: Self = Self(1i32)
pub const BlockedForPrivacy: Self = Self(2i32)
pub const Shutdown: Self = Self(3i32)
Trait Implementations
impl Clone for CameraStreamState
impl Clone for CameraStreamState
impl Copy for CameraStreamState
Auto Trait Implementations
impl RefUnwindSafe for CameraStreamState
impl Send for CameraStreamState
impl Sync for CameraStreamState
impl Unpin for CameraStreamState
impl UnwindSafe for CameraStreamState
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