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