#[repr(C)]pub struct PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub internally_synchronized_queues: u32,
}Expand description
VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
Provided by VK_KHR_internally_synchronized_queues.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INTERNALLY_SYNCHRONIZED_QUEUES_FEATURES_KHR.
p_next: *mut c_voidOptional, may be null.
internally_synchronized_queues: u32Implementations§
Source§impl PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceInternallySynchronizedQueuesFeaturesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceInternallySynchronizedQueuesFeaturesKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl Clone for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
Source§fn clone(&self) -> PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
fn clone(&self) -> PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
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 PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl ExtendsDeviceCreateInfo for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl RefUnwindSafe for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl !Send for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl !Sync for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl Unpin for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl UnsafeUnpin for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
impl UnwindSafe for PhysicalDeviceInternallySynchronizedQueuesFeaturesKHR
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