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