Struct openh264_sys2::TagLevelInfo
source · #[repr(C)]pub struct TagLevelInfo {
pub iLayer: c_int,
pub uiLevelIdc: ELevelIdc,
}
Expand description
@brief Structure for level info in layer
Fields§
§iLayer: c_int
§uiLevelIdc: ELevelIdc
< the level info
Trait Implementations§
source§impl Clone for TagLevelInfo
impl Clone for TagLevelInfo
source§fn clone(&self) -> TagLevelInfo
fn clone(&self) -> TagLevelInfo
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 TagLevelInfo
impl Debug for TagLevelInfo
source§impl Default for TagLevelInfo
impl Default for TagLevelInfo
source§impl Hash for TagLevelInfo
impl Hash for TagLevelInfo
source§impl Ord for TagLevelInfo
impl Ord for TagLevelInfo
source§fn cmp(&self, other: &TagLevelInfo) -> Ordering
fn cmp(&self, other: &TagLevelInfo) -> 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 TagLevelInfo
impl PartialEq for TagLevelInfo
source§fn eq(&self, other: &TagLevelInfo) -> bool
fn eq(&self, other: &TagLevelInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TagLevelInfo
impl PartialOrd for TagLevelInfo
source§fn partial_cmp(&self, other: &TagLevelInfo) -> Option<Ordering>
fn partial_cmp(&self, other: &TagLevelInfo) -> 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 TagLevelInfo
impl Eq for TagLevelInfo
impl StructuralPartialEq for TagLevelInfo
Auto Trait Implementations§
impl Freeze for TagLevelInfo
impl RefUnwindSafe for TagLevelInfo
impl Send for TagLevelInfo
impl Sync for TagLevelInfo
impl Unpin for TagLevelInfo
impl UnwindSafe for TagLevelInfo
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