[][src]Struct vulkanalia::vk::CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder

#[repr(transparent)]pub struct CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder { /* fields omitted */ }

Implementations

impl CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

pub fn transform(self, transform: SurfaceTransformFlagsKHR) -> Self[src]

pub fn render_area(self, render_area: impl Cast<Target = Rect2D>) -> Self[src]

pub fn build(self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM[src]

Trait Implementations

impl Cast for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

type Target = CommandBufferInheritanceRenderPassTransformInfoQCOM

The other type this type type can be used interchangeably with in FFI.

impl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

impl Copy for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

impl Debug for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

impl Default for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

impl Deref for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

type Target = CommandBufferInheritanceRenderPassTransformInfoQCOM

The resulting type after dereferencing.

impl DerefMut for CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.