#[repr(C)]pub struct AVStreamGroupTileGrid {
pub av_class: *const AVClass,
pub nb_tiles: c_uint,
pub coded_width: c_int,
pub coded_height: c_int,
pub offsets: *mut AVStreamGroupTileGrid__bindgen_ty_1,
pub background: [u8; 4],
pub horizontal_offset: c_int,
pub vertical_offset: c_int,
pub width: c_int,
pub height: c_int,
}
Fields§
§av_class: *const AVClass
§nb_tiles: c_uint
§coded_width: c_int
§coded_height: c_int
§offsets: *mut AVStreamGroupTileGrid__bindgen_ty_1
§background: [u8; 4]
§horizontal_offset: c_int
§vertical_offset: c_int
§width: c_int
§height: c_int
Trait Implementations§
Source§impl Clone for AVStreamGroupTileGrid
impl Clone for AVStreamGroupTileGrid
Source§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 moreSource§impl Debug for AVStreamGroupTileGrid
impl Debug for AVStreamGroupTileGrid
Source§impl PartialEq for AVStreamGroupTileGrid
impl PartialEq for AVStreamGroupTileGrid
impl Copy for AVStreamGroupTileGrid
impl Eq for AVStreamGroupTileGrid
impl StructuralPartialEq 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