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