pub struct GtkIconPaintable { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GtkIconPaintable
impl !Sync for GtkIconPaintable
impl !Unpin for GtkIconPaintable
impl Freeze for GtkIconPaintable
impl RefUnwindSafe for GtkIconPaintable
impl UnsafeUnpin for GtkIconPaintable
impl UnwindSafe for GtkIconPaintable
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