Struct cros_libva::buffer::SliceParameterBufferAV1
source · pub struct SliceParameterBufferAV1(/* private fields */);Expand description
A wrapper over an array of the VASliceParameterBufferAV1 FFI type. This
allows for passing all tile parameters in a single call if multiple tiles
are present in the tile group.
Implementations§
Trait Implementations§
source§impl Default for SliceParameterBufferAV1
impl Default for SliceParameterBufferAV1
source§fn default() -> SliceParameterBufferAV1
fn default() -> SliceParameterBufferAV1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SliceParameterBufferAV1
impl RefUnwindSafe for SliceParameterBufferAV1
impl Send for SliceParameterBufferAV1
impl Sync for SliceParameterBufferAV1
impl Unpin for SliceParameterBufferAV1
impl UnwindSafe for SliceParameterBufferAV1
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