pub struct OH_AVCodec { /* private fields */ }Expand description
Forward declaration of OH_AVCodec.
Available since API-level: 9
Auto Trait Implementations§
impl Freeze for OH_AVCodec
impl RefUnwindSafe for OH_AVCodec
impl Send for OH_AVCodec
impl Sync for OH_AVCodec
impl Unpin for OH_AVCodec
impl UnsafeUnpin for OH_AVCodec
impl UnwindSafe for OH_AVCodec
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