Struct gfx_hal::device::DeviceLost [−][src]
pub struct DeviceLost;
Error occurred caused device to be lost.
Trait Implementations
impl Clone for DeviceLost[src]
impl Clone for DeviceLost[src]fn clone(&self) -> DeviceLost[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Error for DeviceLost[src]
impl Error for DeviceLost[src]impl From<DeviceLost> for WaitError[src]
impl From<DeviceLost> for WaitError[src]fn from(source: DeviceLost) -> Self[src]
impl From<DeviceLost> for SwapchainError[src]
impl From<DeviceLost> for SwapchainError[src]fn from(source: DeviceLost) -> Self[src]
impl From<DeviceLost> for AcquireError[src]
impl From<DeviceLost> for AcquireError[src]fn from(source: DeviceLost) -> Self[src]
impl From<DeviceLost> for PresentError[src]
impl From<DeviceLost> for PresentError[src]fn from(source: DeviceLost) -> Self[src]
impl PartialEq<DeviceLost> for DeviceLost[src]
impl PartialEq<DeviceLost> for DeviceLost[src]impl StructuralPartialEq for DeviceLost[src]
impl StructuralPartialEq for DeviceLost[src]Auto Trait Implementations
impl RefUnwindSafe for DeviceLost
impl RefUnwindSafe for DeviceLostimpl Send for DeviceLost
impl Send for DeviceLostimpl Sync for DeviceLost
impl Sync for DeviceLostimpl Unpin for DeviceLost
impl Unpin for DeviceLostimpl UnwindSafe for DeviceLost
impl UnwindSafe for DeviceLost