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

< 0: the previous frame isn't delivered,1: the previous frame is delivered

< the frame type that is dropped; reserved

< the frame size that is dropped; reserved

Trait Implementations

impl Debug for TagDeliveryStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TagDeliveryStatus
[src]

[src]

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

impl Copy for TagDeliveryStatus
[src]

impl Clone for TagDeliveryStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations