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