#[repr(C)]pub struct SFrameBSInfo {
pub iLayerNum: c_int,
pub sLayerInfo: [SLayerBSInfo; 128],
pub eFrameType: EVideoFrameType,
pub iFrameSizeInBytes: c_int,
pub uiTimeStamp: c_longlong,
}Expand description
@brief Frame bit stream info
Fields§
§iLayerNum: c_int§sLayerInfo: [SLayerBSInfo; 128]§eFrameType: EVideoFrameType§iFrameSizeInBytes: c_int§uiTimeStamp: c_longlongTrait Implementations§
Source§impl Clone for SFrameBSInfo
impl Clone for SFrameBSInfo
Source§fn clone(&self) -> SFrameBSInfo
fn clone(&self) -> SFrameBSInfo
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 SFrameBSInfo
Source§impl Debug for SFrameBSInfo
impl Debug for SFrameBSInfo
Source§impl Default for SFrameBSInfo
impl Default for SFrameBSInfo
Source§impl PartialEq for SFrameBSInfo
impl PartialEq for SFrameBSInfo
Source§fn eq(&self, other: &SFrameBSInfo) -> bool
fn eq(&self, other: &SFrameBSInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SFrameBSInfo
impl PartialOrd for SFrameBSInfo
impl StructuralPartialEq for SFrameBSInfo
Auto Trait Implementations§
impl !Send for SFrameBSInfo
impl !Sync for SFrameBSInfo
impl Freeze for SFrameBSInfo
impl RefUnwindSafe for SFrameBSInfo
impl Unpin for SFrameBSInfo
impl UnsafeUnpin for SFrameBSInfo
impl UnwindSafe for SFrameBSInfo
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