pub struct WindowCreationError;
Expand description
Window could not be created.
Possible failure reasons:
WM_NCCREATE
message was handled but did not return 0WM_CREATE
message was handled but returned -1- Reached the maximum number of 10000 window handles per process: https://devblogs.microsoft.com/oldnewthing/20070718-00/?p=25963
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowCreationError
impl RefUnwindSafe for WindowCreationError
impl Send for WindowCreationError
impl Sync for WindowCreationError
impl Unpin for WindowCreationError
impl UnwindSafe for WindowCreationError
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