#[repr(C)]pub struct StridedDeviceAddressNV {
pub start_address: u64,
pub stride_in_bytes: u64,
}Expand description
VkStridedDeviceAddressNV
Provided by VK_NV_cluster_acceleration_structure.
Fields§
§start_address: u64§stride_in_bytes: u64Implementations§
Source§impl StridedDeviceAddressNV
impl StridedDeviceAddressNV
Sourcepub fn builder() -> StridedDeviceAddressNVBuilder
pub fn builder() -> StridedDeviceAddressNVBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for StridedDeviceAddressNV
impl Clone for StridedDeviceAddressNV
Source§fn clone(&self) -> StridedDeviceAddressNV
fn clone(&self) -> StridedDeviceAddressNV
Returns a duplicate 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 Debug for StridedDeviceAddressNV
impl Debug for StridedDeviceAddressNV
Source§impl Default for StridedDeviceAddressNV
impl Default for StridedDeviceAddressNV
impl Copy for StridedDeviceAddressNV
Auto Trait Implementations§
impl Freeze for StridedDeviceAddressNV
impl RefUnwindSafe for StridedDeviceAddressNV
impl Send for StridedDeviceAddressNV
impl Sync for StridedDeviceAddressNV
impl Unpin for StridedDeviceAddressNV
impl UnsafeUnpin for StridedDeviceAddressNV
impl UnwindSafe for StridedDeviceAddressNV
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