#[repr(C)]pub struct TimelineSemaphoreSubmitInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub wait_semaphore_value_count: u32,
pub p_wait_semaphore_values: *const u64,
pub signal_semaphore_value_count: u32,
pub p_signal_semaphore_values: *const u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidwait_semaphore_value_count: u32p_wait_semaphore_values: *const u64signal_semaphore_value_count: u32p_signal_semaphore_values: *const u64Implementations
sourceimpl TimelineSemaphoreSubmitInfo
impl TimelineSemaphoreSubmitInfo
pub fn builder<'a>() -> TimelineSemaphoreSubmitInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for TimelineSemaphoreSubmitInfo
impl Clone for TimelineSemaphoreSubmitInfo
sourcefn clone(&self) -> TimelineSemaphoreSubmitInfo
fn clone(&self) -> TimelineSemaphoreSubmitInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TimelineSemaphoreSubmitInfo
impl Debug for TimelineSemaphoreSubmitInfo
sourceimpl Default for TimelineSemaphoreSubmitInfo
impl Default for TimelineSemaphoreSubmitInfo
sourcefn default() -> TimelineSemaphoreSubmitInfo
fn default() -> TimelineSemaphoreSubmitInfo
Returns the “default value” for a type. Read more
impl Copy for TimelineSemaphoreSubmitInfo
impl ExtendsBindSparseInfo for TimelineSemaphoreSubmitInfo
impl ExtendsSubmitInfo for TimelineSemaphoreSubmitInfo
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more