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