#[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_intTrait Implementations§
Source§impl Clone for SLTRRecoverRequest
impl Clone for SLTRRecoverRequest
Source§fn clone(&self) -> SLTRRecoverRequest
fn clone(&self) -> SLTRRecoverRequest
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 SLTRRecoverRequest
Source§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
impl Eq for SLTRRecoverRequest
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 (const: unstable) · 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
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SLTRRecoverRequest
impl PartialOrd 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 UnsafeUnpin 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