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