Struct ash::vk::CopyCommandTransformInfoQCOMBuilder
source · pub struct CopyCommandTransformInfoQCOMBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
pub fn transform(self, transform: SurfaceTransformFlagsKHR) -> Self
sourcepub fn build(self) -> CopyCommandTransformInfoQCOM
pub fn build(self) -> CopyCommandTransformInfoQCOM
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> Deref for CopyCommandTransformInfoQCOMBuilder<'a>
source§impl<'a> DerefMut for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> DerefMut for CopyCommandTransformInfoQCOMBuilder<'a>
impl ExtendsBufferImageCopy2 for CopyCommandTransformInfoQCOMBuilder<'_>
impl ExtendsImageBlit2 for CopyCommandTransformInfoQCOMBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> RefUnwindSafe for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> !Send for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> !Sync for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> Unpin for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> UnwindSafe for CopyCommandTransformInfoQCOMBuilder<'a>
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