Struct ash::vk::StridedDeviceAddressRegionKHR
source · #[repr(C)]pub struct StridedDeviceAddressRegionKHR {
pub device_address: DeviceAddress,
pub stride: DeviceSize,
pub size: DeviceSize,
}
Expand description
Fields§
§device_address: DeviceAddress
§stride: DeviceSize
§size: DeviceSize
Implementations§
source§impl StridedDeviceAddressRegionKHR
impl StridedDeviceAddressRegionKHR
pub fn builder<'a>() -> StridedDeviceAddressRegionKHRBuilder<'a>
Trait Implementations§
source§impl Clone for StridedDeviceAddressRegionKHR
impl Clone for StridedDeviceAddressRegionKHR
source§fn clone(&self) -> StridedDeviceAddressRegionKHR
fn clone(&self) -> StridedDeviceAddressRegionKHR
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 StridedDeviceAddressRegionKHR
impl Default for StridedDeviceAddressRegionKHR
source§fn default() -> StridedDeviceAddressRegionKHR
fn default() -> StridedDeviceAddressRegionKHR
Returns the “default value” for a type. Read more