#[repr(C)]pub struct AVCodecInternal {
pub _address: u8,
}Expand description
Private context used for internal data.
Unlike priv_data, this is not codec-specific. It is used in general libavcodec functions.
Fields§
§_address: u8Trait Implementations§
Source§impl Clone for AVCodecInternal
impl Clone for AVCodecInternal
Source§fn clone(&self) -> AVCodecInternal
fn clone(&self) -> AVCodecInternal
Returns a duplicate 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 moreSource§impl Debug for AVCodecInternal
impl Debug for AVCodecInternal
Source§impl Default for AVCodecInternal
impl Default for AVCodecInternal
Source§fn default() -> AVCodecInternal
fn default() -> AVCodecInternal
Returns the “default value” for a type. Read more
Source§impl Hash for AVCodecInternal
impl Hash for AVCodecInternal
Source§impl Ord for AVCodecInternal
impl Ord for AVCodecInternal
Source§fn cmp(&self, other: &AVCodecInternal) -> Ordering
fn cmp(&self, other: &AVCodecInternal) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AVCodecInternal
impl PartialEq for AVCodecInternal
Source§impl PartialOrd for AVCodecInternal
impl PartialOrd for AVCodecInternal
impl Copy for AVCodecInternal
impl Eq for AVCodecInternal
impl StructuralPartialEq for AVCodecInternal
Auto Trait Implementations§
impl Freeze for AVCodecInternal
impl RefUnwindSafe for AVCodecInternal
impl Send for AVCodecInternal
impl Sync for AVCodecInternal
impl Unpin for AVCodecInternal
impl UnwindSafe for AVCodecInternal
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