Struct aravis_sys::ArvDomNodeListClass [−][src]
#[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: GObjectClassget_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
Auto Trait Implementations
impl RefUnwindSafe for ArvDomNodeListClassimpl !Send for ArvDomNodeListClassimpl !Sync for ArvDomNodeListClassimpl Unpin for ArvDomNodeListClassimpl UnwindSafe for ArvDomNodeListClassBlanket Implementations
Mutably borrows from an owned value. Read more