#[repr(C)]pub struct ImageViewAddressPropertiesNVX {
pub s_type: StructureType,
pub next: *mut c_void,
pub device_address: DeviceAddress,
pub size: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voiddevice_address: DeviceAddresssize: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for ImageViewAddressPropertiesNVX
impl !Sync for ImageViewAddressPropertiesNVX
impl Unpin for ImageViewAddressPropertiesNVX
impl UnwindSafe for ImageViewAddressPropertiesNVX
Blanket Implementations
Mutably borrows from an owned value. Read more