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

Trait Implementations

impl Clone for Struct__GParamSpecUInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecUInt
[src]

impl Default for Struct__GParamSpecUInt
[src]

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

Auto Trait Implementations

impl !Send for Struct__GParamSpecUInt

impl !Sync for Struct__GParamSpecUInt