Struct gstreamer_base_sys::GstDataQueueSize [−][src]
#[repr(C)]pub struct GstDataQueueSize { pub visible: c_uint, pub bytes: c_uint, pub time: u64, }
Fields
visible: c_uint
bytes: c_uint
time: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDataQueueSize
impl Send for GstDataQueueSize
impl Sync for GstDataQueueSize
impl Unpin for GstDataQueueSize
impl UnwindSafe for GstDataQueueSize
Blanket Implementations
Mutably borrows from an owned value. Read more