Struct gstreamer_base_sys::GstDataQueueSize
source · #[repr(C)]pub struct GstDataQueueSize {
pub visible: c_uint,
pub bytes: c_uint,
pub time: u64,
}Fields§
§visible: c_uint§bytes: c_uint§time: u64Trait Implementations§
source§impl Clone for GstDataQueueSize
impl Clone for GstDataQueueSize
source§fn clone(&self) -> GstDataQueueSize
fn clone(&self) -> GstDataQueueSize
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more