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