Union ash::vk::definitions::DeviceOrHostAddressConstAMDX
source · #[repr(C)]
pub union DeviceOrHostAddressConstAMDX {
pub device_address: DeviceAddress,
pub host_address: *const c_void,
}
Expand description
Fields§
§device_address: DeviceAddress
§host_address: *const c_void
Trait Implementations§
source§impl Clone for DeviceOrHostAddressConstAMDX
impl Clone for DeviceOrHostAddressConstAMDX
source§fn clone(&self) -> DeviceOrHostAddressConstAMDX
fn clone(&self) -> DeviceOrHostAddressConstAMDX
Returns a copy 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 DeviceOrHostAddressConstAMDX
Auto Trait Implementations§
impl Freeze for DeviceOrHostAddressConstAMDX
impl RefUnwindSafe for DeviceOrHostAddressConstAMDX
impl !Send for DeviceOrHostAddressConstAMDX
impl !Sync for DeviceOrHostAddressConstAMDX
impl Unpin for DeviceOrHostAddressConstAMDX
impl UnwindSafe for DeviceOrHostAddressConstAMDX
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