Struct ash::vk::ImageConstraintsInfoFUCHSIABuilder
source · pub struct ImageConstraintsInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> ImageConstraintsInfoFUCHSIABuilder<'a>
pub fn format_constraints( self, format_constraints: &'a [ImageFormatConstraintsInfoFUCHSIA] ) -> Self
pub fn buffer_collection_constraints( self, buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA ) -> Self
pub fn flags(self, flags: ImageConstraintsInfoFlagsFUCHSIA) -> Self
sourcepub fn build(self) -> ImageConstraintsInfoFUCHSIA
pub fn build(self) -> ImageConstraintsInfoFUCHSIA
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 ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> Deref for ImageConstraintsInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> !Send for ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> !Sync for ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> Unpin for ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for ImageConstraintsInfoFUCHSIABuilder<'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