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§
source§impl Clone for GtkNumerableIcon
impl Clone for GtkNumerableIcon
source§fn clone(&self) -> GtkNumerableIcon
fn clone(&self) -> GtkNumerableIcon
Returns a copy 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 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§
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