#[repr(C)]pub struct mfxFrameId {
pub TemporalId: mfxU16,
pub PriorityId: mfxU16,
pub __bindgen_anon_1: mfxFrameId__bindgen_ty_1,
}Expand description
Describes the view and layer of a frame picture.
Fields§
§TemporalId: mfxU16< The temporal identifier as defined in the annex H of the ITU*-T H.264 specification.
PriorityId: mfxU16< Reserved and must be zero.
__bindgen_anon_1: mfxFrameId__bindgen_ty_1Trait Implementations§
Source§impl Clone for mfxFrameId
impl Clone for mfxFrameId
Source§fn clone(&self) -> mfxFrameId
fn clone(&self) -> mfxFrameId
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 mfxFrameId
Auto Trait Implementations§
impl Freeze for mfxFrameId
impl RefUnwindSafe for mfxFrameId
impl Send for mfxFrameId
impl Sync for mfxFrameId
impl Unpin for mfxFrameId
impl UnsafeUnpin for mfxFrameId
impl UnwindSafe for mfxFrameId
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