#[repr(transparent)]pub struct CopyCommandTransformInfoQCOMBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> CopyCommandTransformInfoQCOMBuilder<'a>
pub fn transform(
self,
transform: SurfaceTransformFlagsKHR
) -> CopyCommandTransformInfoQCOMBuilder<'a>
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
sourceimpl<'a> Deref for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> Deref for CopyCommandTransformInfoQCOMBuilder<'a>
type Target = CopyCommandTransformInfoQCOM
type Target = CopyCommandTransformInfoQCOM
The resulting type after dereferencing.
sourcefn deref(&self) -> &<CopyCommandTransformInfoQCOMBuilder<'a> as Deref>::Target
fn deref(&self) -> &<CopyCommandTransformInfoQCOMBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for CopyCommandTransformInfoQCOMBuilder<'a>
impl<'a> DerefMut for CopyCommandTransformInfoQCOMBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <CopyCommandTransformInfoQCOMBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <CopyCommandTransformInfoQCOMBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsBufferImageCopy2 for CopyCommandTransformInfoQCOMBuilder<'_>
impl<'_> ExtendsImageBlit2 for CopyCommandTransformInfoQCOMBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more