Struct aravis_sys::ArvGcIntegerInterface
source · #[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: GTypeInterface§get_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§
source§impl Clone for ArvGcIntegerInterface
impl Clone for ArvGcIntegerInterface
source§fn clone(&self) -> ArvGcIntegerInterface
fn clone(&self) -> ArvGcIntegerInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more