#[repr(C)]pub struct SemaphoreSubmitInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
pub stage_mask: PipelineStageFlags2,
pub device_index: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsemaphore: Semaphorevalue: u64stage_mask: PipelineStageFlags2device_index: u32Implementations
sourceimpl SemaphoreSubmitInfo
impl SemaphoreSubmitInfo
pub fn builder<'a>() -> SemaphoreSubmitInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for SemaphoreSubmitInfo
impl Clone for SemaphoreSubmitInfo
sourcefn clone(&self) -> SemaphoreSubmitInfo
fn clone(&self) -> SemaphoreSubmitInfo
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 SemaphoreSubmitInfo
impl Debug for SemaphoreSubmitInfo
sourceimpl Default for SemaphoreSubmitInfo
impl Default for SemaphoreSubmitInfo
sourcefn default() -> SemaphoreSubmitInfo
fn default() -> SemaphoreSubmitInfo
Returns the “default value” for a type. Read more
impl Copy for SemaphoreSubmitInfo
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreSubmitInfo
impl !Send for SemaphoreSubmitInfo
impl !Sync for SemaphoreSubmitInfo
impl Unpin for SemaphoreSubmitInfo
impl UnwindSafe for SemaphoreSubmitInfo
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