pub struct WindowCreationError<L: FnMut() -> T, A: FnMut(&mut T), D: FnMut(&mut T), U: FnMut(T), T> {
pub window_handlers: WindowHandlers<L, A, D, U, T>,
}Fields§
§window_handlers: WindowHandlers<L, A, D, U, T>Auto Trait Implementations§
impl<L, A, D, U, T> Freeze for WindowCreationError<L, A, D, U, T>
impl<L, A, D, U, T> RefUnwindSafe for WindowCreationError<L, A, D, U, T>
impl<L, A, D, U, T> Send for WindowCreationError<L, A, D, U, T>
impl<L, A, D, U, T> Sync for WindowCreationError<L, A, D, U, T>
impl<L, A, D, U, T> Unpin for WindowCreationError<L, A, D, U, T>
impl<L, A, D, U, T> UnwindSafe for WindowCreationError<L, A, D, U, 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