Struct gstreamer_sys::GstDebugCategory
source · #[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§
source§impl Clone for GstDebugCategory
impl Clone for GstDebugCategory
source§fn clone(&self) -> GstDebugCategory
fn clone(&self) -> GstDebugCategory
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstDebugCategory
impl Debug for GstDebugCategory
impl Copy for GstDebugCategory
Auto Trait Implementations§
impl Freeze for GstDebugCategory
impl RefUnwindSafe for GstDebugCategory
impl !Send for GstDebugCategory
impl !Sync for GstDebugCategory
impl Unpin for GstDebugCategory
impl UnwindSafe for GstDebugCategory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)