#[repr(C)]pub struct GIAttributeIter {
pub data: gpointer,
pub data2: gpointer,
pub data3: gpointer,
pub data4: gpointer,
}Fields§
§data: gpointer§data2: gpointer§data3: gpointer§data4: gpointerTrait Implementations§
Source§impl Clone for GIAttributeIter
impl Clone for GIAttributeIter
Source§fn clone(&self) -> GIAttributeIter
fn clone(&self) -> GIAttributeIter
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 GIAttributeIter
impl Debug for GIAttributeIter
impl Copy for GIAttributeIter
Auto Trait Implementations§
impl Freeze for GIAttributeIter
impl RefUnwindSafe for GIAttributeIter
impl !Send for GIAttributeIter
impl !Sync for GIAttributeIter
impl Unpin for GIAttributeIter
impl UnwindSafe for GIAttributeIter
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