#[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 duplicate 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 moreSource§impl Debug for ArvDomNodeListClass
impl Debug for ArvDomNodeListClass
impl Copy for ArvDomNodeListClass
Auto Trait Implementations§
impl Freeze for ArvDomNodeListClass
impl RefUnwindSafe for ArvDomNodeListClass
impl !Send for ArvDomNodeListClass
impl !Sync for ArvDomNodeListClass
impl Unpin for ArvDomNodeListClass
impl UnwindSafe for ArvDomNodeListClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more