#[repr(C)]pub struct StridedDeviceAddressRangeKHR {
pub address: DeviceAddress,
pub size: DeviceSize,
pub stride: DeviceSize,
}Expand description
Fields§
§address: DeviceAddress§size: DeviceSize§stride: DeviceSizeImplementations§
Source§impl StridedDeviceAddressRangeKHR
impl StridedDeviceAddressRangeKHR
pub fn address(self, value: DeviceAddress) -> Self
pub fn size(self, value: DeviceSize) -> Self
pub fn stride(self, value: DeviceSize) -> Self
Trait Implementations§
Source§impl Clone for StridedDeviceAddressRangeKHR
impl Clone for StridedDeviceAddressRangeKHR
Source§fn clone(&self) -> StridedDeviceAddressRangeKHR
fn clone(&self) -> StridedDeviceAddressRangeKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StridedDeviceAddressRangeKHR
Source§impl Default for StridedDeviceAddressRangeKHR
Available on crate features ext_copy_memory_indirect or ext_device_address_commands only.
impl Default for StridedDeviceAddressRangeKHR
Available on crate features
ext_copy_memory_indirect or ext_device_address_commands only.impl Send for StridedDeviceAddressRangeKHR
Available on crate features
ext_copy_memory_indirect or ext_device_address_commands only.impl Sync for StridedDeviceAddressRangeKHR
Available on crate features
ext_copy_memory_indirect or ext_device_address_commands only.Auto Trait Implementations§
impl Freeze for StridedDeviceAddressRangeKHR
impl RefUnwindSafe for StridedDeviceAddressRangeKHR
impl Unpin for StridedDeviceAddressRangeKHR
impl UnsafeUnpin for StridedDeviceAddressRangeKHR
impl UnwindSafe for StridedDeviceAddressRangeKHR
Blanket Implementations§
impl<T> Alias<T> for T
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