#[repr(C)]pub struct _VAEncTileGroupBufferAV1 {
pub tg_start: u8,
pub tg_end: u8,
pub va_reserved: [u32; 4],
}Expand description
\brief Tile Group Buffer.
Fields§
§tg_start: u8\brief Tile group start location. The position of the first tile in current tile group in raster scan order across the frame. value range [0..127].
tg_end: u8\brief Tile group end location. The position of the last tile in current tile group in raster scan order across the frame. value range [0..127].
va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero.
Trait Implementations§
Source§impl Clone for _VAEncTileGroupBufferAV1
impl Clone for _VAEncTileGroupBufferAV1
Source§fn clone(&self) -> _VAEncTileGroupBufferAV1
fn clone(&self) -> _VAEncTileGroupBufferAV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAEncTileGroupBufferAV1
Source§impl Debug for _VAEncTileGroupBufferAV1
impl Debug for _VAEncTileGroupBufferAV1
Source§impl Default for _VAEncTileGroupBufferAV1
impl Default for _VAEncTileGroupBufferAV1
Source§fn default() -> _VAEncTileGroupBufferAV1
fn default() -> _VAEncTileGroupBufferAV1
Returns the “default value” for a type. Read more
impl Eq for _VAEncTileGroupBufferAV1
Source§impl PartialEq for _VAEncTileGroupBufferAV1
impl PartialEq for _VAEncTileGroupBufferAV1
Source§fn eq(&self, other: &_VAEncTileGroupBufferAV1) -> bool
fn eq(&self, other: &_VAEncTileGroupBufferAV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAEncTileGroupBufferAV1
Auto Trait Implementations§
impl Freeze for _VAEncTileGroupBufferAV1
impl RefUnwindSafe for _VAEncTileGroupBufferAV1
impl Send for _VAEncTileGroupBufferAV1
impl Sync for _VAEncTileGroupBufferAV1
impl Unpin for _VAEncTileGroupBufferAV1
impl UnsafeUnpin for _VAEncTileGroupBufferAV1
impl UnwindSafe for _VAEncTileGroupBufferAV1
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