Struct libva::VP9SegmentFlags
source · [−]pub struct VP9SegmentFlags(_VASegmentParameterVP9__bindgen_ty_1);
Expand description
Wrapper over the segment_flags
bindgen field in VASegmentParameterVP9
.
Tuple Fields
0: _VASegmentParameterVP9__bindgen_ty_1
Implementations
Auto Trait Implementations
impl RefUnwindSafe for VP9SegmentFlags
impl Send for VP9SegmentFlags
impl Sync for VP9SegmentFlags
impl Unpin for VP9SegmentFlags
impl UnwindSafe for VP9SegmentFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more