Struct aravis_sys::ArvGcIntegerInterface[][src]

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

Fields

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.