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 moresource§impl TaggedStructure for ImageViewAddressPropertiesNVX
impl TaggedStructure for ImageViewAddressPropertiesNVX
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_VIEW_ADDRESS_PROPERTIES_NVX
impl Copy for ImageViewAddressPropertiesNVX
Auto Trait Implementations§
impl Freeze for ImageViewAddressPropertiesNVX
impl RefUnwindSafe for ImageViewAddressPropertiesNVX
impl !Send for ImageViewAddressPropertiesNVX
impl !Sync for ImageViewAddressPropertiesNVX
impl Unpin for ImageViewAddressPropertiesNVX
impl UnwindSafe for ImageViewAddressPropertiesNVX
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