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