#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_queues: QueueFlags,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§supported_queues: QueueFlags§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
pub fn supported_queues(self, supported_queues: QueueFlags) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> Clone for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
Source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
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 moreSource§impl<'a> Debug for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> Debug for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> TaggedStructure for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_KHR
impl<'a> Copy for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'_>
impl Send for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'_>
impl Sync for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> Unpin for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
impl<'a> UnwindSafe for PhysicalDeviceCopyMemoryIndirectPropertiesKHR<'a>
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