Struct gst::ffi::Struct__GParamSpecLong[][src]

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

Fields

Trait Implementations

impl Clone for Struct__GParamSpecLong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecLong
[src]

impl Default for Struct__GParamSpecLong
[src]

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

Auto Trait Implementations

impl !Send for Struct__GParamSpecLong

impl !Sync for Struct__GParamSpecLong