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