Struct gtk_sys::GtkNumerableIcon
source · [−]#[repr(C)]pub struct GtkNumerableIcon {
pub parent: GEmblemedIcon,
pub priv_: *mut GtkNumerableIconPrivate,
}
Fields
parent: GEmblemedIcon
priv_: *mut GtkNumerableIconPrivate
Trait Implementations
sourceimpl Clone for GtkNumerableIcon
impl Clone for GtkNumerableIcon
sourcefn clone(&self) -> GtkNumerableIcon
fn clone(&self) -> GtkNumerableIcon
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkNumerableIcon
impl Debug for GtkNumerableIcon
impl Copy for GtkNumerableIcon
Auto Trait Implementations
impl RefUnwindSafe for GtkNumerableIcon
impl !Send for GtkNumerableIcon
impl !Sync for GtkNumerableIcon
impl Unpin for GtkNumerableIcon
impl UnwindSafe for GtkNumerableIcon
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more