#[repr(C)]pub struct PhysicalDeviceExternalSciSync2FeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub sci_sync_fence: u32,
pub sci_sync_semaphore2: u32,
pub sci_sync_import: u32,
pub sci_sync_export: u32,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SCI_SYNC_2_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
sci_sync_fence: u32§sci_sync_semaphore2: u32§sci_sync_import: u32§sci_sync_export: u32Implementations§
Source§impl PhysicalDeviceExternalSciSync2FeaturesNV
impl PhysicalDeviceExternalSciSync2FeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceExternalSciSync2FeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExternalSciSync2FeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExternalSciSync2FeaturesNV
impl Clone for PhysicalDeviceExternalSciSync2FeaturesNV
Source§fn clone(&self) -> PhysicalDeviceExternalSciSync2FeaturesNV
fn clone(&self) -> PhysicalDeviceExternalSciSync2FeaturesNV
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 PhysicalDeviceExternalSciSync2FeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceExternalSciSync2FeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceExternalSciSync2FeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExternalSciSync2FeaturesNV
impl RefUnwindSafe for PhysicalDeviceExternalSciSync2FeaturesNV
impl !Send for PhysicalDeviceExternalSciSync2FeaturesNV
impl !Sync for PhysicalDeviceExternalSciSync2FeaturesNV
impl Unpin for PhysicalDeviceExternalSciSync2FeaturesNV
impl UnsafeUnpin for PhysicalDeviceExternalSciSync2FeaturesNV
impl UnwindSafe for PhysicalDeviceExternalSciSync2FeaturesNV
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