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