Struct winmsg_executor::util::WindowCreationError
source · pub struct WindowCreationError;Expand description
Window could not be created.
Possible failure reasons:
WM_NCCREATEmassege was handled but did not return 0WM_CREATEmessage was handled but returned -1
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