Struct cros_libva::buffer::AV1Segmentation
source · pub struct AV1Segmentation(/* private fields */);Expand description
Wrapper over the seg_info bindgen field in VADecPictureParameterBufferAV1.
Implementations§
Auto Trait Implementations§
impl Freeze for AV1Segmentation
impl RefUnwindSafe for AV1Segmentation
impl Send for AV1Segmentation
impl Sync for AV1Segmentation
impl Unpin for AV1Segmentation
impl UnwindSafe for AV1Segmentation
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