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