#[repr(C)]pub struct GtkNumerableIcon {
pub parent: GEmblemedIcon,
pub priv_: *mut GtkNumerableIconPrivate,
}Fields§
§parent: GEmblemedIcon§priv_: *mut GtkNumerableIconPrivateTrait Implementations§
Source§impl Clone for GtkNumerableIcon
impl Clone for GtkNumerableIcon
Source§fn clone(&self) -> GtkNumerableIcon
fn clone(&self) -> GtkNumerableIcon
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkNumerableIcon
Auto Trait Implementations§
impl !Send for GtkNumerableIcon
impl !Sync for GtkNumerableIcon
impl Freeze for GtkNumerableIcon
impl RefUnwindSafe for GtkNumerableIcon
impl Unpin for GtkNumerableIcon
impl UnsafeUnpin 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