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