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 UnsafeUnpin 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