pub struct WindowInUse;
Expand description
Native window is already in use by graphics API.
Trait Implementations§
Source§impl Clone for WindowInUse
impl Clone for WindowInUse
Source§fn clone(&self) -> WindowInUse
fn clone(&self) -> WindowInUse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowInUse
impl Debug for WindowInUse
Source§impl Display for WindowInUse
impl Display for WindowInUse
Source§impl Error for WindowInUse
impl Error for WindowInUse
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<WindowInUse> for CreationError
impl From<WindowInUse> for CreationError
Source§fn from(error: WindowInUse) -> CreationError
fn from(error: WindowInUse) -> CreationError
Converts to this type from the input type.
Source§impl PartialEq for WindowInUse
impl PartialEq for WindowInUse
impl StructuralPartialEq for WindowInUse
Auto Trait Implementations§
impl Freeze for WindowInUse
impl RefUnwindSafe for WindowInUse
impl Send for WindowInUse
impl Sync for WindowInUse
impl Unpin for WindowInUse
impl UnwindSafe for WindowInUse
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