#[repr(C)]pub struct DeviceSemaphoreSciSyncPoolReservationCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore_sci_sync_pool_request_count: u32,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_SEMAPHORE_SCI_SYNC_POOL_RESERVATION_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
semaphore_sci_sync_pool_request_count: u32Implementations§
Source§impl DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
Sourcepub fn builder<'a>() -> DeviceSemaphoreSciSyncPoolReservationCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> DeviceSemaphoreSciSyncPoolReservationCreateInfoNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl Clone for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
Source§fn clone(&self) -> DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
fn clone(&self) -> DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
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 DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl ExtendsDeviceCreateInfo for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
Auto Trait Implementations§
impl Freeze for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl RefUnwindSafe for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl !Send for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl !Sync for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl Unpin for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl UnsafeUnpin for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
impl UnwindSafe for DeviceSemaphoreSciSyncPoolReservationCreateInfoNV
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