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