Struct v4l2_sys_mit::v4l2_frmsize_discrete
source · #[repr(C)]pub struct v4l2_frmsize_discrete {
pub width: __u32,
pub height: __u32,
}
Fields§
§width: __u32
§height: __u32
Trait Implementations§
source§impl Clone for v4l2_frmsize_discrete
impl Clone for v4l2_frmsize_discrete
source§fn clone(&self) -> v4l2_frmsize_discrete
fn clone(&self) -> v4l2_frmsize_discrete
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_frmsize_discrete
impl Debug for v4l2_frmsize_discrete
impl Copy for v4l2_frmsize_discrete
Auto Trait Implementations§
impl Freeze for v4l2_frmsize_discrete
impl RefUnwindSafe for v4l2_frmsize_discrete
impl Send for v4l2_frmsize_discrete
impl Sync for v4l2_frmsize_discrete
impl Unpin for v4l2_frmsize_discrete
impl UnwindSafe for v4l2_frmsize_discrete
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