#[repr(C)]pub struct AVMediaCodecDeviceContext {
pub surface: *mut c_void,
pub native_window: *mut c_void,
pub create_window: c_int,
}Fields§
§surface: *mut c_void§native_window: *mut c_void§create_window: c_intTrait Implementations§
Source§impl Clone for AVMediaCodecDeviceContext
impl Clone for AVMediaCodecDeviceContext
Source§fn clone(&self) -> AVMediaCodecDeviceContext
fn clone(&self) -> AVMediaCodecDeviceContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVMediaCodecDeviceContext
Source§impl Debug for AVMediaCodecDeviceContext
impl Debug for AVMediaCodecDeviceContext
impl Eq for AVMediaCodecDeviceContext
impl StructuralPartialEq for AVMediaCodecDeviceContext
Auto Trait Implementations§
impl !Send for AVMediaCodecDeviceContext
impl !Sync for AVMediaCodecDeviceContext
impl Freeze for AVMediaCodecDeviceContext
impl RefUnwindSafe for AVMediaCodecDeviceContext
impl Unpin for AVMediaCodecDeviceContext
impl UnsafeUnpin for AVMediaCodecDeviceContext
impl UnwindSafe for AVMediaCodecDeviceContext
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