Struct gstreamer_base_sys::GstDataQueueSize
source · Fields
visible: c_uintbytes: c_uinttime: u64Trait Implementations
sourceimpl Clone for GstDataQueueSize
impl Clone for GstDataQueueSize
sourcefn clone(&self) -> GstDataQueueSize
fn clone(&self) -> GstDataQueueSize
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstDataQueueSize
impl Debug for GstDataQueueSize
impl Copy for GstDataQueueSize
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more