Struct gobject_sys::GParamSpecUChar[][src]

#[repr(C)]
pub struct GParamSpecUChar { pub parent_instance: GParamSpec, pub minimum: u8, pub maximum: u8, pub default_value: u8, }

Fields

Trait Implementations

impl Copy for GParamSpecUChar
[src]

impl Clone for GParamSpecUChar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpecUChar
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpecUChar

impl !Sync for GParamSpecUChar