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