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

Trait Implementations

impl Clone for Struct__GParamSpecULong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecULong
[src]

impl Default for Struct__GParamSpecULong
[src]

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

Auto Trait Implementations

impl !Send for Struct__GParamSpecULong

impl !Sync for Struct__GParamSpecULong