#[repr(C)]pub struct VkStridedDeviceAddressRegionKHR {
pub deviceAddress: VkDeviceAddress,
pub stride: VkDeviceSize,
pub size: VkDeviceSize,
}
Fields§
§deviceAddress: VkDeviceAddress
§stride: VkDeviceSize
§size: VkDeviceSize
Trait 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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkStridedDeviceAddressRegionKHR
impl Default for VkStridedDeviceAddressRegionKHR
Source§fn default() -> VkStridedDeviceAddressRegionKHR
fn default() -> VkStridedDeviceAddressRegionKHR
Returns the “default value” for a type. Read more
impl 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