[−][src]Struct gstreamer::DebugCategory
Implementations
impl DebugCategory
[src]
pub fn new(
name: &str,
color: DebugColorFlags,
description: Option<&str>
) -> DebugCategory
[src]
name: &str,
color: DebugColorFlags,
description: Option<&str>
) -> DebugCategory
pub fn get(name: &str) -> Option<DebugCategory>
[src]
pub fn get_threshold(self) -> DebugLevel
[src]
pub fn set_threshold(self, threshold: DebugLevel)
[src]
pub fn reset_threshold(self)
[src]
pub fn get_color(self) -> DebugColorFlags
[src]
pub fn get_name<'a>(self) -> &'a str
[src]
pub fn get_description<'a>(self) -> Option<&'a str>
[src]
pub fn log<O: IsA<Object>>(
self,
obj: Option<&O>,
level: DebugLevel,
file: &str,
module: &str,
line: u32,
args: Arguments<'_>
)
[src]
self,
obj: Option<&O>,
level: DebugLevel,
file: &str,
module: &str,
line: u32,
args: Arguments<'_>
)
Trait Implementations
impl Clone for DebugCategory
[src]
fn clone(&self) -> DebugCategory
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DebugCategory
[src]
impl Debug for DebugCategory
[src]
impl Eq for DebugCategory
[src]
impl PartialEq<DebugCategory> for DebugCategory
[src]
fn eq(&self, other: &DebugCategory) -> bool
[src]
fn ne(&self, other: &DebugCategory) -> bool
[src]
impl Send for DebugCategory
[src]
impl StructuralEq for DebugCategory
[src]
impl StructuralPartialEq for DebugCategory
[src]
impl Sync for DebugCategory
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,