Struct windows_sys::Win32::Devices::ImageAcquisition::RANGEVALUE
[−]Expand description
Required features: "Win32_Devices_ImageAcquisition"
Fields
lMin: i32
lMax: i32
lStep: i32
Trait Implementations
impl Clone for RANGEVALUE
impl Clone for RANGEVALUE
impl Copy for RANGEVALUE
Auto Trait Implementations
impl RefUnwindSafe for RANGEVALUE
impl Send for RANGEVALUE
impl Sync for RANGEVALUE
impl Unpin for RANGEVALUE
impl UnwindSafe for RANGEVALUE
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