Struct gstreamer::DebugCategory [−][src]
pub struct DebugCategory(_);
Methods
impl DebugCategory[src]
impl DebugCategorypub fn new<'a, P: Into<Option<&'a str>>>(
name: &str,
color: DebugColorFlags,
description: P
) -> DebugCategory[src]
pub fn new<'a, P: Into<Option<&'a str>>>(
name: &str,
color: DebugColorFlags,
description: P
) -> DebugCategorypub fn get(name: &str) -> Option<DebugCategory>[src]
pub fn get(name: &str) -> Option<DebugCategory>pub fn get_threshold(&self) -> DebugLevel[src]
pub fn get_threshold(&self) -> DebugLevelpub fn set_threshold(&self, threshold: DebugLevel)[src]
pub fn set_threshold(&self, threshold: DebugLevel)pub fn reset_threshold(&self)[src]
pub fn reset_threshold(&self)pub fn get_color(&self) -> DebugColorFlags[src]
pub fn get_color(&self) -> DebugColorFlagspub fn get_name(&self) -> &str[src]
pub fn get_name(&self) -> &strpub fn get_description(&self) -> Option<&str>[src]
pub fn get_description(&self) -> Option<&str>pub fn log<O: IsA<Object>>(
&self,
obj: Option<&O>,
level: DebugLevel,
file: &str,
module: &str,
line: u32,
args: Arguments
)[src]
pub fn log<O: IsA<Object>>(
&self,
obj: Option<&O>,
level: DebugLevel,
file: &str,
module: &str,
line: u32,
args: Arguments
)Trait Implementations
impl PartialEq for DebugCategory[src]
impl PartialEq for DebugCategoryfn eq(&self, other: &DebugCategory) -> bool[src]
fn eq(&self, other: &DebugCategory) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DebugCategory) -> bool[src]
fn ne(&self, other: &DebugCategory) -> boolThis method tests for !=.
impl Eq for DebugCategory[src]
impl Eq for DebugCategoryimpl Clone for DebugCategory[src]
impl Clone for DebugCategoryfn clone(&self) -> DebugCategory[src]
fn clone(&self) -> DebugCategoryReturns 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 DebugCategory[src]
impl Copy for DebugCategoryimpl Sync for DebugCategory[src]
impl Sync for DebugCategoryimpl Send for DebugCategory[src]
impl Send for DebugCategoryimpl Debug for DebugCategory[src]
impl Debug for DebugCategory