Struct egui_window_sdl2::SDL2Settings
source · [−]pub struct SDL2Settings {}
Trait Implementations
sourceimpl Debug for SDL2Settings
impl Debug for SDL2Settings
Auto Trait Implementations
impl RefUnwindSafe for SDL2Settings
impl Send for SDL2Settings
impl Sync for SDL2Settings
impl Unpin for SDL2Settings
impl UnwindSafe for SDL2Settings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more