Struct cros_libva::buffer::H264EncMacroblockInfo
source · pub struct H264EncMacroblockInfo(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for H264EncMacroblockInfo
impl RefUnwindSafe for H264EncMacroblockInfo
impl Send for H264EncMacroblockInfo
impl Sync for H264EncMacroblockInfo
impl Unpin for H264EncMacroblockInfo
impl UnwindSafe for H264EncMacroblockInfo
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