pub struct Core {
pub sdl_events: EventQueue<SDL_Event>,
}Fields§
§sdl_events: EventQueue<SDL_Event>Implementations§
Auto Trait Implementations§
impl Freeze for Core
impl RefUnwindSafe for Core
impl !Send for Core
impl !Sync for Core
impl Unpin for Core
impl UnsafeUnpin for Core
impl UnwindSafe for Core
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