pub enum NotSupportedError {
VulkanLoadingError(LoadingError),
VulkanError(Result),
NoSupportedDeviceFound,
PlatformNotSupported,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotSupportedError
impl !RefUnwindSafe for NotSupportedError
impl Send for NotSupportedError
impl Sync for NotSupportedError
impl Unpin for NotSupportedError
impl !UnwindSafe for NotSupportedError
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