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
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
Mutably borrows from an owned value. Read more