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