#[repr(C)]pub struct SemaphoreSciSyncCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore_pool: SemaphoreSciSyncPoolNV,
pub p_fence: *const c_void,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SEMAPHORE_SCI_SYNC_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
semaphore_pool: SemaphoreSciSyncPoolNV§p_fence: *const c_voidImplementations§
Source§impl SemaphoreSciSyncCreateInfoNV
impl SemaphoreSciSyncCreateInfoNV
Sourcepub fn builder<'a>() -> SemaphoreSciSyncCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> SemaphoreSciSyncCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SemaphoreSciSyncCreateInfoNV
impl Clone for SemaphoreSciSyncCreateInfoNV
Source§fn clone(&self) -> SemaphoreSciSyncCreateInfoNV
fn clone(&self) -> SemaphoreSciSyncCreateInfoNV
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 Debug for SemaphoreSciSyncCreateInfoNV
impl Debug for SemaphoreSciSyncCreateInfoNV
impl Copy for SemaphoreSciSyncCreateInfoNV
impl ExtendsSemaphoreCreateInfo for SemaphoreSciSyncCreateInfoNV
Auto Trait Implementations§
impl Freeze for SemaphoreSciSyncCreateInfoNV
impl RefUnwindSafe for SemaphoreSciSyncCreateInfoNV
impl !Send for SemaphoreSciSyncCreateInfoNV
impl !Sync for SemaphoreSciSyncCreateInfoNV
impl Unpin for SemaphoreSciSyncCreateInfoNV
impl UnsafeUnpin for SemaphoreSciSyncCreateInfoNV
impl UnwindSafe for SemaphoreSciSyncCreateInfoNV
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