Struct libva::SegmentParameterVP9
source · [−]pub struct SegmentParameterVP9(_VASegmentParameterVP9);
Expand description
Wrapper over the VASegmentParameterVP9
FFI type.
Tuple Fields
0: _VASegmentParameterVP9
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SegmentParameterVP9
impl Send for SegmentParameterVP9
impl Sync for SegmentParameterVP9
impl Unpin for SegmentParameterVP9
impl UnwindSafe for SegmentParameterVP9
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