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