Struct gst::ffi::Struct__GObjectConstructParam
[−]
[src]
#[repr(C)]pub struct Struct__GObjectConstructParam { pub pspec: *mut GParamSpec, pub value: *mut GValue, }
Fields
pspec: *mut GParamSpec
value: *mut GValue
Trait Implementations
impl Clone for Struct__GObjectConstructParam[src]
fn clone(&self) -> Struct__GObjectConstructParam
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 Copy for Struct__GObjectConstructParam[src]
impl Default for Struct__GObjectConstructParam[src]
fn default() -> Struct__GObjectConstructParam
Returns the "default value" for a type. Read more