#[repr(C)]pub struct _GEmblemedIconClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GEmblemedIconClass
impl RefUnwindSafe for _GEmblemedIconClass
impl !Send for _GEmblemedIconClass
impl !Sync for _GEmblemedIconClass
impl Unpin for _GEmblemedIconClass
impl UnwindSafe for _GEmblemedIconClass
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