pub struct EncMacroblockParameterBufferH264(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for EncMacroblockParameterBufferH264
impl RefUnwindSafe for EncMacroblockParameterBufferH264
impl Send for EncMacroblockParameterBufferH264
impl Sync for EncMacroblockParameterBufferH264
impl Unpin 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