[][src]Struct gst::ffi::Struct__GParamSpecTypeInfo

#[repr(C)]
pub struct Struct__GParamSpecTypeInfo { pub instance_size: guint16, pub n_preallocs: guint16, pub instance_init: Option<extern "C" fn(pspec: *mut GParamSpec)>, pub value_type: GType, pub finalize: Option<extern "C" fn(pspec: *mut GParamSpec)>, pub value_set_default: Option<extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue)>, pub value_validate: Option<extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue) -> gboolean>, pub values_cmp: Option<extern "C" fn(pspec: *mut GParamSpec, value1: *const GValue, value2: *const GValue) -> gint>, }

Fields

instance_size: guint16n_preallocs: guint16instance_init: Option<extern "C" fn(pspec: *mut GParamSpec)>value_type: GTypefinalize: Option<extern "C" fn(pspec: *mut GParamSpec)>value_set_default: Option<extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue)>value_validate: Option<extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue) -> gboolean>values_cmp: Option<extern "C" fn(pspec: *mut GParamSpec, value1: *const GValue, value2: *const GValue) -> gint>

Trait Implementations

impl Default for Struct__GParamSpecTypeInfo[src]

Auto Trait Implementations

impl Send for Struct__GParamSpecTypeInfo

impl Sync for Struct__GParamSpecTypeInfo

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.