Struct AVMediaCodecContext
#[repr(C)]pub struct AVMediaCodecContext {
pub surface: *mut c_void,
}
Expand description
This structure holds a reference to a android/view/Surface object that will be used as output by the decoder.
Fields§
§surface: *mut c_void
android/view/Surface object reference.
Trait Implementations§
§impl Clone for AVMediaCodecContext
impl Clone for AVMediaCodecContext
§fn clone(&self) -> AVMediaCodecContext
fn clone(&self) -> AVMediaCodecContext
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVMediaCodecContext
impl Debug for AVMediaCodecContext
impl Copy for AVMediaCodecContext
Auto Trait Implementations§
impl Freeze for AVMediaCodecContext
impl RefUnwindSafe for AVMediaCodecContext
impl !Send for AVMediaCodecContext
impl !Sync for AVMediaCodecContext
impl Unpin for AVMediaCodecContext
impl UnwindSafe for AVMediaCodecContext
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