Struct openh264_sys::TagDeliveryStatus
[−]
[src]
#[repr(C)]pub struct TagDeliveryStatus { pub bDeliveryFlag: bool, pub iDropFrameType: c_int, pub iDropFrameSize: c_int, }
@brief Structure for dilivery status
Fields
bDeliveryFlag: bool
< 0: the previous frame isn't delivered,1: the previous frame is delivered
iDropFrameType: c_int
< the frame type that is dropped; reserved
iDropFrameSize: c_int
< the frame size that is dropped; reserved
Trait Implementations
impl Debug for TagDeliveryStatus[src]
impl Default for TagDeliveryStatus[src]
fn default() -> TagDeliveryStatus[src]
Returns the "default value" for a type. Read more
impl Copy for TagDeliveryStatus[src]
impl Clone for TagDeliveryStatus[src]
fn clone(&self) -> TagDeliveryStatus[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more