#[repr(C)]pub struct StridedDeviceAddressRegionKHR {
pub device_address: DeviceAddress,
pub stride: DeviceSize,
pub size: DeviceSize,
}Expand description
Fields
device_address: DeviceAddressstride: DeviceSizesize: DeviceSizeTrait Implementations
Returns the “default value” for a type. Read more
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 StridedDeviceAddressRegionKHR
impl Sync for StridedDeviceAddressRegionKHR
impl Unpin for StridedDeviceAddressRegionKHR
impl UnwindSafe for StridedDeviceAddressRegionKHR
Blanket Implementations
Mutably borrows from an owned value. Read more