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