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