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