Struct gst::ffi::Struct__GDebugKey [] [src]

pub struct Struct__GDebugKey {
    pub key: *const gchar,
    pub value: guint,
}

Fields

key: *const gchar value: guint

Trait Implementations

impl Copy for Struct__GDebugKey
[src]

impl Clone for Struct__GDebugKey
[src]

fn clone(&self) -> Struct__GDebugKey

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct__GDebugKey
[src]

fn default() -> Struct__GDebugKey

Returns the "default value" for a type. Read more