pub struct OH_AVTranscoder_Config { /* private fields */ }Available on crate feature
api-20 only.Expand description
definiton of avtranscoder config
Available since API-level: 20
Auto Trait Implementations§
impl Freeze for OH_AVTranscoder_Config
impl RefUnwindSafe for OH_AVTranscoder_Config
impl Send for OH_AVTranscoder_Config
impl Sync for OH_AVTranscoder_Config
impl Unpin for OH_AVTranscoder_Config
impl UnsafeUnpin for OH_AVTranscoder_Config
impl UnwindSafe for OH_AVTranscoder_Config
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