#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_queues: QueueFlags,
}Expand description
VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR
Provided by VK_KHR_copy_memory_indirect.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
supported_queues: QueueFlagsImplementations§
Source§impl PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl PhysicalDeviceCopyMemoryIndirectPropertiesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceCopyMemoryIndirectPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCopyMemoryIndirectPropertiesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl Clone for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesKHR
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesKHR
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 PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl !Send for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl !Sync for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl Unpin for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl UnsafeUnpin for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
impl UnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesKHR
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