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