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_intcolor: c_uintname: *const c_chardescription: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDebugCategoryimpl !Send for GstDebugCategoryimpl !Sync for GstDebugCategoryimpl Unpin for GstDebugCategoryimpl UnwindSafe for GstDebugCategoryBlanket Implementations
Mutably borrows from an owned value. Read more