#[repr(C)]pub struct XbNodeAttrIter {
pub dummy1: gpointer,
pub dummy2: u8,
pub dummy3: gpointer,
pub dummy4: gpointer,
pub dummy5: gpointer,
pub dummy6: gpointer,
}
Fields§
§dummy1: gpointer
§dummy2: u8
§dummy3: gpointer
§dummy4: gpointer
§dummy5: gpointer
§dummy6: gpointer
Trait Implementations§
Source§impl Clone for XbNodeAttrIter
impl Clone for XbNodeAttrIter
Source§fn clone(&self) -> XbNodeAttrIter
fn clone(&self) -> XbNodeAttrIter
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 XbNodeAttrIter
impl Debug for XbNodeAttrIter
impl Copy for XbNodeAttrIter
Auto Trait Implementations§
impl Freeze for XbNodeAttrIter
impl RefUnwindSafe for XbNodeAttrIter
impl !Send for XbNodeAttrIter
impl !Sync for XbNodeAttrIter
impl Unpin for XbNodeAttrIter
impl UnwindSafe for XbNodeAttrIter
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