Struct v4l2_sys_mit::v4l2_frmival_stepwise
source · #[repr(C)]pub struct v4l2_frmival_stepwise {
pub min: v4l2_fract,
pub max: v4l2_fract,
pub step: v4l2_fract,
}
Fields§
§min: v4l2_fract
§max: v4l2_fract
§step: v4l2_fract
Trait Implementations§
source§impl Clone for v4l2_frmival_stepwise
impl Clone for v4l2_frmival_stepwise
source§fn clone(&self) -> v4l2_frmival_stepwise
fn clone(&self) -> v4l2_frmival_stepwise
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for v4l2_frmival_stepwise
impl Debug for v4l2_frmival_stepwise
impl Copy for v4l2_frmival_stepwise
Auto Trait Implementations§
impl Freeze for v4l2_frmival_stepwise
impl RefUnwindSafe for v4l2_frmival_stepwise
impl Send for v4l2_frmival_stepwise
impl Sync for v4l2_frmival_stepwise
impl Unpin for v4l2_frmival_stepwise
impl UnwindSafe for v4l2_frmival_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