Struct gstreamer::DebugCategory [−][src]
pub struct DebugCategory(_);
Methods
impl DebugCategory
[src]
impl DebugCategory
pub 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
) -> DebugCategory
pub 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) -> DebugLevel
pub 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) -> DebugColorFlags
pub fn get_name(&self) -> &str
[src]
pub fn get_name(&self) -> &str
pub 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 DebugCategory
fn eq(&self, other: &DebugCategory) -> bool
[src]
fn eq(&self, other: &DebugCategory) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for DebugCategory
[src]
impl Eq for DebugCategory
impl Clone for DebugCategory
[src]
impl Clone for DebugCategory
fn clone(&self) -> DebugCategory
[src]
fn clone(&self) -> DebugCategory
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 DebugCategory
[src]
impl Copy for DebugCategory
impl Sync for DebugCategory
[src]
impl Sync for DebugCategory
impl Send for DebugCategory
[src]
impl Send for DebugCategory
impl Debug for DebugCategory
[src]
impl Debug for DebugCategory