Struct v4l2_sys_mit::v4l2_cropcap
source · #[repr(C)]pub struct v4l2_cropcap {
pub type_: __u32,
pub bounds: v4l2_rect,
pub defrect: v4l2_rect,
pub pixelaspect: v4l2_fract,
}
Fields§
§type_: __u32
§bounds: v4l2_rect
§defrect: v4l2_rect
§pixelaspect: v4l2_fract
Trait Implementations§
source§impl Clone for v4l2_cropcap
impl Clone for v4l2_cropcap
source§fn clone(&self) -> v4l2_cropcap
fn clone(&self) -> v4l2_cropcap
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_cropcap
impl Debug for v4l2_cropcap
impl Copy for v4l2_cropcap
Auto Trait Implementations§
impl Freeze for v4l2_cropcap
impl RefUnwindSafe for v4l2_cropcap
impl Send for v4l2_cropcap
impl Sync for v4l2_cropcap
impl Unpin for v4l2_cropcap
impl UnwindSafe for v4l2_cropcap
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