pub struct EncMacroblockParameterBufferH264(/* private fields */);Implementations§
Source§impl EncMacroblockParameterBufferH264
impl EncMacroblockParameterBufferH264
pub fn new(qp: u8, info: &H264EncMacroblockInfo) -> Self
Sourcepub fn inner(&self) -> &VAEncMacroblockParameterBufferH264
pub fn inner(&self) -> &VAEncMacroblockParameterBufferH264
Returns the inner FFI type. Useful for testing purposes.
Auto Trait Implementations§
impl Freeze for EncMacroblockParameterBufferH264
impl RefUnwindSafe for EncMacroblockParameterBufferH264
impl Send for EncMacroblockParameterBufferH264
impl Sync for EncMacroblockParameterBufferH264
impl Unpin for EncMacroblockParameterBufferH264
impl UnsafeUnpin for EncMacroblockParameterBufferH264
impl UnwindSafe for EncMacroblockParameterBufferH264
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