#[repr(C)]pub struct VkPhysicalDeviceCopyMemoryIndirectPropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub supportedQueues: VkQueueFlags,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§supportedQueues: VkQueueFlags
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Clone for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
Source§fn clone(&self) -> VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
fn clone(&self) -> VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
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 moreimpl Copy for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
impl RefUnwindSafe for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
impl !Send for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
impl !Sync for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
impl Unpin for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
impl UnwindSafe for VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
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