#[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