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