Struct gst::ffi::Struct__GstDebugCategory [−][src]
#[repr(C)]pub struct Struct__GstDebugCategory { pub threshold: gint, pub color: guint, pub name: *const gchar, pub description: *const gchar, }
Fields
threshold: gint
color: guint
name: *const gchar
description: *const gchar
Trait Implementations
impl Clone for Struct__GstDebugCategory
[src]
impl Clone for Struct__GstDebugCategory
fn clone(&self) -> Struct__GstDebugCategory
[src]
fn clone(&self) -> Struct__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 Copy for Struct__GstDebugCategory
[src]
impl Copy for Struct__GstDebugCategory
impl Default for Struct__GstDebugCategory
[src]
impl Default for Struct__GstDebugCategory
fn default() -> Struct__GstDebugCategory
[src]
fn default() -> Struct__GstDebugCategory
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstDebugCategory
impl !Send for Struct__GstDebugCategory
impl !Sync for Struct__GstDebugCategory
impl !Sync for Struct__GstDebugCategory