[][src]Struct aravis_sys::ArvGcFloatInterface

#[repr(C)]
pub struct ArvGcFloatInterface {
    pub parent: GTypeInterface,
    pub get_value: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>,
    pub set_value: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: c_double, _: *mut *mut GError)>,
    pub get_min: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>,
    pub get_max: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>,
    pub get_inc: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>,
    pub get_unit: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> *const c_char>,
    pub impose_min: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: c_double, _: *mut *mut GError)>,
    pub impose_max: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: c_double, _: *mut *mut GError)>,
}

Fields

parent: GTypeInterfaceget_value: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>set_value: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: c_double, _: *mut *mut GError)>get_min: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>get_max: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>get_inc: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> c_double>get_unit: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: *mut *mut GError) -> *const c_char>impose_min: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: c_double, _: *mut *mut GError)>impose_max: Option<unsafe extern "C" fn(_: *mut ArvGcFloat, _: c_double, _: *mut *mut GError)>

Trait Implementations

impl Clone for ArvGcFloatInterface[src]

impl Copy for ArvGcFloatInterface[src]

impl Debug for ArvGcFloatInterface[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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