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