Struct aravis_sys::ArvGcSelectorInterface
source · #[repr(C)]pub struct ArvGcSelectorInterface {
pub parent: GTypeInterface,
pub get_selected_features: Option<unsafe extern "C" fn(_: *mut ArvGcSelector) -> *const GSList>,
}Fields§
§parent: GTypeInterface§get_selected_features: Option<unsafe extern "C" fn(_: *mut ArvGcSelector) -> *const GSList>Trait Implementations§
source§impl Clone for ArvGcSelectorInterface
impl Clone for ArvGcSelectorInterface
source§fn clone(&self) -> ArvGcSelectorInterface
fn clone(&self) -> ArvGcSelectorInterface
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