#[repr(C)]pub struct v4l2_av1_tile_info {
pub flags: __u8,
pub context_update_tile_id: __u8,
pub tile_cols: __u8,
pub tile_rows: __u8,
pub mi_col_starts: [__u32; 65],
pub mi_row_starts: [__u32; 65],
pub width_in_sbs_minus_1: [__u32; 64],
pub height_in_sbs_minus_1: [__u32; 64],
pub tile_size_bytes: __u8,
pub reserved: [__u8; 3],
}
Fields§
§flags: __u8
§context_update_tile_id: __u8
§tile_cols: __u8
§tile_rows: __u8
§mi_col_starts: [__u32; 65]
§mi_row_starts: [__u32; 65]
§width_in_sbs_minus_1: [__u32; 64]
§height_in_sbs_minus_1: [__u32; 64]
§tile_size_bytes: __u8
§reserved: [__u8; 3]
Trait Implementations§
Source§impl Clone for v4l2_av1_tile_info
impl Clone for v4l2_av1_tile_info
Source§fn clone(&self) -> v4l2_av1_tile_info
fn clone(&self) -> v4l2_av1_tile_info
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_av1_tile_info
impl Debug for v4l2_av1_tile_info
impl Copy for v4l2_av1_tile_info
Auto Trait Implementations§
impl Freeze for v4l2_av1_tile_info
impl RefUnwindSafe for v4l2_av1_tile_info
impl Send for v4l2_av1_tile_info
impl Sync for v4l2_av1_tile_info
impl Unpin for v4l2_av1_tile_info
impl UnwindSafe for v4l2_av1_tile_info
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