Struct gst::ffi::Struct__GParamSpecInt [] [src]

pub struct Struct__GParamSpecInt {
    pub parent_instance: GParamSpec,
    pub minimum: gint,
    pub maximum: gint,
    pub default_value: gint,
}

Fields

parent_instance: GParamSpec minimum: gint maximum: gint default_value: gint

Trait Implementations

impl Copy for Struct__GParamSpecInt
[src]

impl Clone for Struct__GParamSpecInt
[src]

fn clone(&self) -> Struct__GParamSpecInt

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__GParamSpecInt
[src]

fn default() -> Struct__GParamSpecInt

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