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