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
Auto Trait Implementations
impl RefUnwindSafe for GstDebugCategory
impl !Send for GstDebugCategory
impl !Sync for GstDebugCategory
impl Unpin for GstDebugCategory
impl UnwindSafe for GstDebugCategory
Blanket Implementations
Mutably borrows from an owned value. Read more