Struct GstAnalyticsBatchStream
Source#[repr(C)]pub struct GstAnalyticsBatchStream {
pub index: c_uint,
pub buffers: *mut GstAnalyticsBatchBuffer,
pub n_buffers: size_t,
pub padding: [gpointer; 4],
}
Fields§
§index: c_uint
§buffers: *mut GstAnalyticsBatchBuffer
§n_buffers: size_t
§padding: [gpointer; 4]
Trait Implementations§
Source§impl Clone for GstAnalyticsBatchStream
impl Clone for GstAnalyticsBatchStream
Source§fn clone(&self) -> GstAnalyticsBatchStream
fn clone(&self) -> GstAnalyticsBatchStream
Returns a duplicate 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 moreSource§impl Debug for GstAnalyticsBatchStream
impl Debug for GstAnalyticsBatchStream
impl Copy for GstAnalyticsBatchStream
Auto Trait Implementations§
impl Freeze for GstAnalyticsBatchStream
impl RefUnwindSafe for GstAnalyticsBatchStream
impl !Send for GstAnalyticsBatchStream
impl !Sync for GstAnalyticsBatchStream
impl Unpin for GstAnalyticsBatchStream
impl UnwindSafe for GstAnalyticsBatchStream
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more