Struct ash::vk::ImageViewAddressPropertiesNVX
source · #[repr(C)]pub struct ImageViewAddressPropertiesNVX {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_address: DeviceAddress,
pub size: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§device_address: DeviceAddress
§size: DeviceSize
Implementations§
source§impl ImageViewAddressPropertiesNVX
impl ImageViewAddressPropertiesNVX
pub fn builder<'a>() -> ImageViewAddressPropertiesNVXBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewAddressPropertiesNVX
impl Clone for ImageViewAddressPropertiesNVX
source§fn clone(&self) -> ImageViewAddressPropertiesNVX
fn clone(&self) -> ImageViewAddressPropertiesNVX
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more