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