#[repr(C)]pub struct v4l2_jpegcompression {
pub quality: c_int,
pub APPn: c_int,
pub APP_len: c_int,
pub APP_data: [c_char; 60],
pub COM_len: c_int,
pub COM_data: [c_char; 60],
pub jpeg_markers: __u32,
}
Fields§
§quality: c_int
§APPn: c_int
§APP_len: c_int
§APP_data: [c_char; 60]
§COM_len: c_int
§COM_data: [c_char; 60]
§jpeg_markers: __u32
Trait Implementations§
Source§impl Clone for v4l2_jpegcompression
impl Clone for v4l2_jpegcompression
Source§fn clone(&self) -> v4l2_jpegcompression
fn clone(&self) -> v4l2_jpegcompression
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_jpegcompression
impl Debug for v4l2_jpegcompression
impl Copy for v4l2_jpegcompression
Auto Trait Implementations§
impl Freeze for v4l2_jpegcompression
impl RefUnwindSafe for v4l2_jpegcompression
impl Send for v4l2_jpegcompression
impl Sync for v4l2_jpegcompression
impl Unpin for v4l2_jpegcompression
impl UnwindSafe for v4l2_jpegcompression
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