Struct gst::ffi::Struct__GParamSpecInt [−][src]
#[repr(C)]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 Clone for Struct__GParamSpecInt
[src]
impl Clone for Struct__GParamSpecInt
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__GParamSpecInt
[src]
impl Copy for Struct__GParamSpecInt
impl Default for Struct__GParamSpecInt
[src]
impl Default for Struct__GParamSpecInt
fn default() -> Struct__GParamSpecInt
[src]
fn default() -> Struct__GParamSpecInt
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GParamSpecInt
impl !Send for Struct__GParamSpecInt
impl !Sync for Struct__GParamSpecInt
impl !Sync for Struct__GParamSpecInt