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
Auto Trait Implementations
impl RefUnwindSafe for ArvGcIntegerInterfaceimpl Send for ArvGcIntegerInterfaceimpl Sync for ArvGcIntegerInterfaceimpl Unpin for ArvGcIntegerInterfaceimpl UnwindSafe for ArvGcIntegerInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more