#[repr(C)]pub struct v4l2_ctrl_av1_sequence {
pub flags: __u32,
pub seq_profile: __u8,
pub order_hint_bits: __u8,
pub bit_depth: __u8,
pub reserved: __u8,
pub max_frame_width_minus_1: __u16,
pub max_frame_height_minus_1: __u16,
}
Fields§
§flags: __u32
§seq_profile: __u8
§order_hint_bits: __u8
§bit_depth: __u8
§reserved: __u8
§max_frame_width_minus_1: __u16
§max_frame_height_minus_1: __u16
Trait Implementations§
Source§impl Clone for v4l2_ctrl_av1_sequence
impl Clone for v4l2_ctrl_av1_sequence
Source§fn clone(&self) -> v4l2_ctrl_av1_sequence
fn clone(&self) -> v4l2_ctrl_av1_sequence
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_ctrl_av1_sequence
impl Debug for v4l2_ctrl_av1_sequence
impl Copy for v4l2_ctrl_av1_sequence
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_av1_sequence
impl RefUnwindSafe for v4l2_ctrl_av1_sequence
impl Send for v4l2_ctrl_av1_sequence
impl Sync for v4l2_ctrl_av1_sequence
impl Unpin for v4l2_ctrl_av1_sequence
impl UnwindSafe for v4l2_ctrl_av1_sequence
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