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

Trait Implementations

impl Copy for GstDebugCategory
[src]

impl Clone for GstDebugCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDebugCategory
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDebugCategory

impl !Sync for GstDebugCategory