[−][src]Struct gfx_backend_empty::Surface
Dummy surface.
Trait Implementations
impl Debug for Surface[src]
impl Surface<Backend> for Surface[src]
fn supports_queue_family(&self, _: &QueueFamily) -> bool[src]
fn capabilities(&self, _: &PhysicalDevice) -> SurfaceCapabilities[src]
fn supported_formats(&self, _: &PhysicalDevice) -> Option<Vec<Format>>[src]
impl PresentationSurface<Backend> for Surface[src]
type SwapchainImage = ()
An opaque type wrapping the swapchain image.
unsafe fn configure_swapchain(
&mut self,
_: &Device,
_: SwapchainConfig
) -> Result<(), CreationError>[src]
&mut self,
_: &Device,
_: SwapchainConfig
) -> Result<(), CreationError>
unsafe fn unconfigure_swapchain(&mut self, _: &Device)[src]
unsafe fn acquire_image(
&mut self,
_: u64
) -> Result<((), Option<Suboptimal>), AcquireError>[src]
&mut self,
_: u64
) -> Result<((), Option<Suboptimal>), AcquireError>
Auto Trait Implementations
impl Send for Surface
impl Sync for Surface
impl Unpin for Surface
impl UnwindSafe for Surface
impl RefUnwindSafe for Surface
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,