Struct v4l::frameinterval::Stepwise
source · pub struct Stepwise {
pub min: Fraction,
pub max: Fraction,
pub step: Fraction,
}
Fields§
§min: Fraction
Minimum frame interval (in seconds).
max: Fraction
Maximum frame interval (in seconds).
step: Fraction
Frame interval step size (in seconds).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stepwise
impl RefUnwindSafe for Stepwise
impl Send for Stepwise
impl Sync for Stepwise
impl Unpin for Stepwise
impl UnwindSafe for Stepwise
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more