#[repr(C)]pub union VkDeviceOrHostAddressConstAMDX {
pub deviceAddress: VkDeviceAddress,
pub hostAddress: *const c_void,
}Fields§
§deviceAddress: VkDeviceAddress§hostAddress: *const c_voidTrait Implementations§
Source§impl Clone for VkDeviceOrHostAddressConstAMDX
impl Clone for VkDeviceOrHostAddressConstAMDX
Source§fn clone(&self) -> VkDeviceOrHostAddressConstAMDX
fn clone(&self) -> VkDeviceOrHostAddressConstAMDX
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 VkDeviceOrHostAddressConstAMDX
Auto Trait Implementations§
impl Freeze for VkDeviceOrHostAddressConstAMDX
impl RefUnwindSafe for VkDeviceOrHostAddressConstAMDX
impl !Send for VkDeviceOrHostAddressConstAMDX
impl !Sync for VkDeviceOrHostAddressConstAMDX
impl Unpin for VkDeviceOrHostAddressConstAMDX
impl UnwindSafe for VkDeviceOrHostAddressConstAMDX
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