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