Struct ash::vk::ImageViewAddressPropertiesNVXBuilder
source · pub struct ImageViewAddressPropertiesNVXBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> ImageViewAddressPropertiesNVXBuilder<'a>
pub fn device_address(self, device_address: DeviceAddress) -> Self
pub fn size(self, size: DeviceSize) -> Self
sourcepub fn build(self) -> ImageViewAddressPropertiesNVX
pub fn build(self) -> ImageViewAddressPropertiesNVX
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 ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> Deref for ImageViewAddressPropertiesNVXBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> RefUnwindSafe for ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> !Send for ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> !Sync for ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> Unpin for ImageViewAddressPropertiesNVXBuilder<'a>
impl<'a> UnwindSafe for ImageViewAddressPropertiesNVXBuilder<'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