#[repr(C)]pub struct TimelineSemaphoreSubmitInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub wait_semaphore_value_count: u32,
pub wait_semaphore_values: *const u64,
pub signal_semaphore_value_count: u32,
pub signal_semaphore_values: *const u64,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidwait_semaphore_value_count: u32wait_semaphore_values: *const u64signal_semaphore_value_count: u32signal_semaphore_values: *const u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TimelineSemaphoreSubmitInfo
impl !Send for TimelineSemaphoreSubmitInfo
impl !Sync for TimelineSemaphoreSubmitInfo
impl Unpin for TimelineSemaphoreSubmitInfo
impl UnwindSafe for TimelineSemaphoreSubmitInfo
Blanket Implementations
Mutably borrows from an owned value. Read more