Struct gst::ffi::Struct__GParamSpecLong [−][src]
#[repr(C)]pub struct Struct__GParamSpecLong { pub parent_instance: GParamSpec, pub minimum: glong, pub maximum: glong, pub default_value: glong, }
Fields
parent_instance: GParamSpec
minimum: glong
maximum: glong
default_value: glong
Trait Implementations
impl Clone for Struct__GParamSpecLong
[src]
impl Clone for Struct__GParamSpecLong
fn clone(&self) -> Struct__GParamSpecLong
[src]
fn clone(&self) -> Struct__GParamSpecLong
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 Struct__GParamSpecLong
[src]
impl Copy for Struct__GParamSpecLong
impl Default for Struct__GParamSpecLong
[src]
impl Default for Struct__GParamSpecLong
fn default() -> Struct__GParamSpecLong
[src]
fn default() -> Struct__GParamSpecLong
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GParamSpecLong
impl !Send for Struct__GParamSpecLong
impl !Sync for Struct__GParamSpecLong
impl !Sync for Struct__GParamSpecLong