pub struct TimelineSemaphore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for TimelineSemaphore
impl Debug for TimelineSemaphore
Source§impl SemaphoreOps for TimelineSemaphore
impl SemaphoreOps for TimelineSemaphore
fn handle(&self) -> Semaphore
fn submit_info( &self, value: u64, stage_mask: impl Into<PipelineStageFlags2> + Copy, ) -> SemaphoreSubmitInfo
Auto Trait Implementations§
impl Freeze for TimelineSemaphore
impl RefUnwindSafe for TimelineSemaphore
impl Send for TimelineSemaphore
impl Sync for TimelineSemaphore
impl Unpin for TimelineSemaphore
impl UnwindSafe for TimelineSemaphore
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