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