Struct GstH264 Level Limits
Source #[repr(C)]pub struct GstH264LevelLimits {
pub name: *const c_char,
pub level_idc: u8,
pub max_mbps: u32,
pub max_fs: u32,
pub max_dpb_mbs: u32,
pub max_br: u32,
pub max_cpb: u32,
pub min_cr: u32,
}Fields§
§name: *const c_char§level_idc: u8§max_mbps: u32§max_fs: u32§max_dpb_mbs: u32§max_br: u32§max_cpb: u32§min_cr: u32Trait Implementations§
Source§impl Clone for GstH264LevelLimits
impl Clone for GstH264LevelLimits
Source§fn clone(&self) -> GstH264LevelLimits
fn clone(&self) -> GstH264LevelLimits
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 GstH264LevelLimits
Auto Trait Implementations§
impl !Send for GstH264LevelLimits
impl !Sync for GstH264LevelLimits
impl Freeze for GstH264LevelLimits
impl RefUnwindSafe for GstH264LevelLimits
impl Unpin for GstH264LevelLimits
impl UnsafeUnpin for GstH264LevelLimits
impl UnwindSafe for GstH264LevelLimits
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