Struct openh264_sys2::SLTRMarkingFeedback
source · #[repr(C)]pub struct SLTRMarkingFeedback {
pub uiFeedbackType: c_uint,
pub uiIDRPicId: c_uint,
pub iLTRFrameNum: c_int,
pub iLayerId: c_int,
}Expand description
@brief Structure for LTR marking feedback
Fields§
§uiFeedbackType: c_uint< mark failed or successful
uiIDRPicId: c_uint< distinguish request from different IDR
iLTRFrameNum: c_int< specify current decoder frame_num
iLayerId: c_intTrait Implementations§
source§impl Clone for SLTRMarkingFeedback
impl Clone for SLTRMarkingFeedback
source§fn clone(&self) -> SLTRMarkingFeedback
fn clone(&self) -> SLTRMarkingFeedback
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 moresource§impl Debug for SLTRMarkingFeedback
impl Debug for SLTRMarkingFeedback
source§impl Default for SLTRMarkingFeedback
impl Default for SLTRMarkingFeedback
source§fn default() -> SLTRMarkingFeedback
fn default() -> SLTRMarkingFeedback
Returns the “default value” for a type. Read more
source§impl Hash for SLTRMarkingFeedback
impl Hash for SLTRMarkingFeedback
source§impl Ord for SLTRMarkingFeedback
impl Ord for SLTRMarkingFeedback
source§fn cmp(&self, other: &SLTRMarkingFeedback) -> Ordering
fn cmp(&self, other: &SLTRMarkingFeedback) -> 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 SLTRMarkingFeedback
impl PartialEq for SLTRMarkingFeedback
source§fn eq(&self, other: &SLTRMarkingFeedback) -> bool
fn eq(&self, other: &SLTRMarkingFeedback) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SLTRMarkingFeedback
impl PartialOrd for SLTRMarkingFeedback
source§fn partial_cmp(&self, other: &SLTRMarkingFeedback) -> Option<Ordering>
fn partial_cmp(&self, other: &SLTRMarkingFeedback) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for SLTRMarkingFeedback
impl Eq for SLTRMarkingFeedback
impl StructuralPartialEq for SLTRMarkingFeedback
Auto Trait Implementations§
impl Freeze for SLTRMarkingFeedback
impl RefUnwindSafe for SLTRMarkingFeedback
impl Send for SLTRMarkingFeedback
impl Sync for SLTRMarkingFeedback
impl Unpin for SLTRMarkingFeedback
impl UnwindSafe for SLTRMarkingFeedback
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