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