Struct gstreamer_base_sys::GstDataQueueSize[][src]

#[repr(C)]
pub struct GstDataQueueSize { pub visible: c_uint, pub bytes: c_uint, pub time: u64, }

Fields

Trait Implementations

impl Copy for GstDataQueueSize
[src]

impl Clone for GstDataQueueSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDataQueueSize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstDataQueueSize

impl Sync for GstDataQueueSize