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

Trait Implementations

impl Clone for Struct__GParamSpecUChar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecUChar
[src]

impl Default for Struct__GParamSpecUChar
[src]

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

Auto Trait Implementations

impl !Send for Struct__GParamSpecUChar

impl !Sync for Struct__GParamSpecUChar