Struct gstreamer_sys::GstDebugCategory
source · #[repr(C)]pub struct GstDebugCategory {
pub threshold: c_int,
pub color: c_uint,
pub name: *const c_char,
pub description: *const c_char,
}Fields§
§threshold: c_int§color: c_uint§name: *const c_char§description: *const c_charTrait Implementations§
source§impl Clone for GstDebugCategory
impl Clone for GstDebugCategory
source§fn clone(&self) -> GstDebugCategory
fn clone(&self) -> GstDebugCategory
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