Struct openh264_sys::SFrameBSInfo [] [src]

#[repr(C)]
pub struct SFrameBSInfo { pub iLayerNum: c_int, pub sLayerInfo: [SLayerBSInfo; 128], pub eFrameType: EVideoFrameType, pub iFrameSizeInBytes: c_int, pub uiTimeStamp: c_longlong, }

@brief Frame bit stream info

Fields

Trait Implementations

impl Copy for SFrameBSInfo
[src]

impl Clone for SFrameBSInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SFrameBSInfo
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for SFrameBSInfo

impl !Sync for SFrameBSInfo