Struct gst::ffi::Struct__GParamSpecInt64[][src]

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

Fields

Trait Implementations

impl Clone for Struct__GParamSpecInt64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpecInt64
[src]

impl Default for Struct__GParamSpecInt64
[src]

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

Auto Trait Implementations

impl !Send for Struct__GParamSpecInt64

impl !Sync for Struct__GParamSpecInt64