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