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