#[repr(C)]pub struct GtkIconPaintable { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkIconPaintable
impl RefUnwindSafe for GtkIconPaintable
impl !Send for GtkIconPaintable
impl !Sync for GtkIconPaintable
impl !Unpin 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