Struct ash::vk::ExternalImageFormatPropertiesNVBuilder
source · pub struct ExternalImageFormatPropertiesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> ExternalImageFormatPropertiesNVBuilder<'a>
pub fn image_format_properties( self, image_format_properties: ImageFormatProperties ) -> Self
pub fn external_memory_features( self, external_memory_features: ExternalMemoryFeatureFlagsNV ) -> Self
pub fn export_from_imported_handle_types( self, export_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNV ) -> Self
pub fn compatible_handle_types( self, compatible_handle_types: ExternalMemoryHandleTypeFlagsNV ) -> Self
sourcepub fn build(self) -> ExternalImageFormatPropertiesNV
pub fn build(self) -> ExternalImageFormatPropertiesNV
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 ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> Deref for ExternalImageFormatPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> Send for ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> Sync for ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> Unpin for ExternalImageFormatPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for ExternalImageFormatPropertiesNVBuilder<'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