Union ash::vk::DeviceOrHostAddressConstKHR [−][src]
#[repr(C)] pub union DeviceOrHostAddressConstKHR { pub device_address: DeviceAddress, pub host_address: *const c_void, }
Expand description
Fields
device_address: DeviceAddress
host_address: *const c_void
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeviceOrHostAddressConstKHR
impl !Send for DeviceOrHostAddressConstKHR
impl !Sync for DeviceOrHostAddressConstKHR
impl Unpin for DeviceOrHostAddressConstKHR
impl UnwindSafe for DeviceOrHostAddressConstKHR
Blanket Implementations
Mutably borrows from an owned value. Read more