Struct ash::vk::ExternalFormatANDROIDBuilder
source · pub struct ExternalFormatANDROIDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExternalFormatANDROIDBuilder<'a>
impl<'a> ExternalFormatANDROIDBuilder<'a>
pub fn external_format(self, external_format: u64) -> Self
sourcepub fn build(self) -> ExternalFormatANDROID
pub fn build(self) -> ExternalFormatANDROID
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 ExternalFormatANDROIDBuilder<'a>
impl<'a> Deref for ExternalFormatANDROIDBuilder<'a>
source§impl<'a> DerefMut for ExternalFormatANDROIDBuilder<'a>
impl<'a> DerefMut for ExternalFormatANDROIDBuilder<'a>
impl ExtendsImageCreateInfo for ExternalFormatANDROIDBuilder<'_>
impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatANDROIDBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExternalFormatANDROIDBuilder<'a>
impl<'a> RefUnwindSafe for ExternalFormatANDROIDBuilder<'a>
impl<'a> !Send for ExternalFormatANDROIDBuilder<'a>
impl<'a> !Sync for ExternalFormatANDROIDBuilder<'a>
impl<'a> Unpin for ExternalFormatANDROIDBuilder<'a>
impl<'a> UnwindSafe for ExternalFormatANDROIDBuilder<'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