#[repr(C)]pub struct VkStridedDeviceAddressRegionKHR {
pub deviceAddress: VkDeviceAddress,
pub stride: VkDeviceSize,
pub size: VkDeviceSize,
}Fields§
§deviceAddress: VkDeviceAddress§stride: VkDeviceSize§size: VkDeviceSizeTrait Implementations§
Source§impl Clone for VkStridedDeviceAddressRegionKHR
impl Clone for VkStridedDeviceAddressRegionKHR
Source§fn clone(&self) -> VkStridedDeviceAddressRegionKHR
fn clone(&self) -> VkStridedDeviceAddressRegionKHR
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 moreimpl Copy for VkStridedDeviceAddressRegionKHR
Auto Trait Implementations§
impl Freeze for VkStridedDeviceAddressRegionKHR
impl RefUnwindSafe for VkStridedDeviceAddressRegionKHR
impl Send for VkStridedDeviceAddressRegionKHR
impl Sync for VkStridedDeviceAddressRegionKHR
impl Unpin for VkStridedDeviceAddressRegionKHR
impl UnwindSafe for VkStridedDeviceAddressRegionKHR
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