Struct gstreamer_sys::GstDebugCategory [−][src]
#[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_char
Trait Implementations
impl Copy for GstDebugCategory[src]
impl Copy for GstDebugCategoryimpl Clone for GstDebugCategory[src]
impl Clone for GstDebugCategoryfn clone(&self) -> GstDebugCategory[src]
fn clone(&self) -> GstDebugCategoryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstDebugCategory[src]
impl Debug for GstDebugCategoryAuto Trait Implementations
impl !Send for GstDebugCategory
impl !Send for GstDebugCategoryimpl !Sync for GstDebugCategory
impl !Sync for GstDebugCategory