pub struct Suboptimal;
Expand description
Marker value returned if the swapchain no longer matches the surface properties exactly, but can still be used to present to the surface successfully.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Suboptimal
impl RefUnwindSafe for Suboptimal
impl Send for Suboptimal
impl Sync for Suboptimal
impl Unpin for Suboptimal
impl UnwindSafe for Suboptimal
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