Struct windows_sys::Media::Devices::FocusMode
[−]#[repr(transparent)]pub struct FocusMode(pub i32);Expand description
Required features: ‘Media_Devices’
Tuple Fields
0: i32Implementations
impl FocusMode
impl FocusMode
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FocusMode
impl Send for FocusMode
impl Sync for FocusMode
impl Unpin for FocusMode
impl UnwindSafe for FocusMode
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