#[repr(transparent)]pub struct AVFrameSideDataType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVFrameSideDataType
impl AVFrameSideDataType
pub const PANSCAN: AVFrameSideDataType
pub const A53_CC: AVFrameSideDataType
pub const STEREO3D: AVFrameSideDataType
pub const MATRIXENCODING: AVFrameSideDataType
pub const DOWNMIX_INFO: AVFrameSideDataType
pub const REPLAYGAIN: AVFrameSideDataType
pub const DISPLAYMATRIX: AVFrameSideDataType
pub const AFD: AVFrameSideDataType
pub const MOTION_VECTORS: AVFrameSideDataType
pub const SKIP_SAMPLES: AVFrameSideDataType
pub const AUDIO_SERVICE_TYPE: AVFrameSideDataType
pub const MASTERING_DISPLAY_METADATA: AVFrameSideDataType
pub const GOP_TIMECODE: AVFrameSideDataType
pub const SPHERICAL: AVFrameSideDataType
pub const CONTENT_LIGHT_LEVEL: AVFrameSideDataType
pub const ICC_PROFILE: AVFrameSideDataType
pub const S12M_TIMECODE: AVFrameSideDataType
pub const DYNAMIC_HDR_PLUS: AVFrameSideDataType
pub const REGIONS_OF_INTEREST: AVFrameSideDataType
pub const VIDEO_ENC_PARAMS: AVFrameSideDataType
pub const SEI_UNREGISTERED: AVFrameSideDataType
pub const FILM_GRAIN_PARAMS: AVFrameSideDataType
pub const DETECTION_BBOXES: AVFrameSideDataType
pub const DOVI_RPU_BUFFER: AVFrameSideDataType
pub const DOVI_METADATA: AVFrameSideDataType
pub const DYNAMIC_HDR_VIVID: AVFrameSideDataType
pub const AMBIENT_VIEWING_ENVIRONMENT: AVFrameSideDataType
pub const VIDEO_HINT: AVFrameSideDataType
Trait Implementations§
Source§impl Clone for AVFrameSideDataType
impl Clone for AVFrameSideDataType
Source§fn clone(&self) -> AVFrameSideDataType
fn clone(&self) -> AVFrameSideDataType
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 AVFrameSideDataType
impl Debug for AVFrameSideDataType
Source§impl Hash for AVFrameSideDataType
impl Hash for AVFrameSideDataType
Source§impl PartialEq for AVFrameSideDataType
impl PartialEq for AVFrameSideDataType
impl Copy for AVFrameSideDataType
impl Eq for AVFrameSideDataType
impl StructuralPartialEq for AVFrameSideDataType
Auto Trait Implementations§
impl Freeze for AVFrameSideDataType
impl RefUnwindSafe for AVFrameSideDataType
impl Send for AVFrameSideDataType
impl Sync for AVFrameSideDataType
impl Unpin for AVFrameSideDataType
impl UnsafeUnpin for AVFrameSideDataType
impl UnwindSafe for AVFrameSideDataType
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