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