pub enum SwapchainError {
DeviceLost,
Suboptimal,
SurfaceLost,
}Expand description
Describes the condition of a swapchain.
Variants§
DeviceLost
This frame is lost but more may be acquired later.
Suboptimal
This frame is not lost but there may be a delay while the next frame is recreated.
SurfaceLost
The surface was lost and must be recreated, which includes any operating system window.
Trait Implementations§
Source§impl Clone for SwapchainError
impl Clone for SwapchainError
Source§fn clone(&self) -> SwapchainError
fn clone(&self) -> SwapchainError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SwapchainError
impl Debug for SwapchainError
Source§impl PartialEq for SwapchainError
impl PartialEq for SwapchainError
impl Copy for SwapchainError
impl StructuralPartialEq for SwapchainError
Auto Trait Implementations§
impl Freeze for SwapchainError
impl RefUnwindSafe for SwapchainError
impl Send for SwapchainError
impl Sync for SwapchainError
impl Unpin for SwapchainError
impl UnwindSafe for SwapchainError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)