Struct aravis_sys::ArvDomNodeListClass
source · #[repr(C)]pub struct ArvDomNodeListClass {
pub parent_class: GObjectClass,
pub get_item: Option<unsafe extern "C" fn(_: *mut ArvDomNodeList, _: c_uint) -> *mut ArvDomNode>,
pub get_length: Option<unsafe extern "C" fn(_: *mut ArvDomNodeList) -> c_uint>,
}Fields§
§parent_class: GObjectClass§get_item: Option<unsafe extern "C" fn(_: *mut ArvDomNodeList, _: c_uint) -> *mut ArvDomNode>§get_length: Option<unsafe extern "C" fn(_: *mut ArvDomNodeList) -> c_uint>Trait Implementations§
source§impl Clone for ArvDomNodeListClass
impl Clone for ArvDomNodeListClass
source§fn clone(&self) -> ArvDomNodeListClass
fn clone(&self) -> ArvDomNodeListClass
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