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