Struct screen_13::prelude::vk::ImageViewAddressPropertiesNVX
source · pub struct ImageViewAddressPropertiesNVX {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_address: u64,
pub size: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§device_address: u64§size: u64Implementations§
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 moresource§impl Default for ImageViewAddressPropertiesNVX
impl Default for ImageViewAddressPropertiesNVX
source§fn default() -> ImageViewAddressPropertiesNVX
fn default() -> ImageViewAddressPropertiesNVX
Returns the “default value” for a type. Read more