Struct AVStreamGroupTileGrid
#[repr(C)]pub struct AVStreamGroupTileGrid {
pub av_class: *const AVClass,
pub nb_tiles: u32,
pub coded_width: i32,
pub coded_height: i32,
pub offsets: *mut AVStreamGroupTileGrid__bindgen_ty_1,
pub background: [u8; 4],
pub horizontal_offset: i32,
pub vertical_offset: i32,
pub width: i32,
pub height: i32,
}
Fields§
§av_class: *const AVClass
§nb_tiles: u32
§coded_width: i32
§coded_height: i32
§offsets: *mut AVStreamGroupTileGrid__bindgen_ty_1
§background: [u8; 4]
§horizontal_offset: i32
§vertical_offset: i32
§width: i32
§height: i32
Trait Implementations§
§impl Clone for AVStreamGroupTileGrid
impl Clone for AVStreamGroupTileGrid
§fn clone(&self) -> AVStreamGroupTileGrid
fn clone(&self) -> AVStreamGroupTileGrid
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 more§impl Debug for AVStreamGroupTileGrid
impl Debug for AVStreamGroupTileGrid
impl Copy for AVStreamGroupTileGrid
Auto Trait Implementations§
impl Freeze for AVStreamGroupTileGrid
impl RefUnwindSafe for AVStreamGroupTileGrid
impl !Send for AVStreamGroupTileGrid
impl !Sync for AVStreamGroupTileGrid
impl Unpin for AVStreamGroupTileGrid
impl UnwindSafe for AVStreamGroupTileGrid
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