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 GstDebugCategory
impl Clone for GstDebugCategory
[src]
impl Clone for GstDebugCategory
fn clone(&self) -> GstDebugCategory
[src]
fn clone(&self) -> GstDebugCategory
Returns 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 GstDebugCategory
Auto Trait Implementations
impl !Send for GstDebugCategory
impl !Send for GstDebugCategory
impl !Sync for GstDebugCategory
impl !Sync for GstDebugCategory