#[repr(C)]pub struct TimelineSemaphoreSubmitInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub waitSemaphoreValueCount: u32,
pub pWaitSemaphoreValues: *const u64,
pub signalSemaphoreValueCount: u32,
pub pSignalSemaphoreValues: *const u64,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§waitSemaphoreValueCount: u32
§pWaitSemaphoreValues: *const u64
§signalSemaphoreValueCount: u32
§pSignalSemaphoreValues: *const u64
Trait Implementations§
Source§impl Clone for TimelineSemaphoreSubmitInfo
impl Clone for TimelineSemaphoreSubmitInfo
Source§fn clone(&self) -> TimelineSemaphoreSubmitInfo
fn clone(&self) -> TimelineSemaphoreSubmitInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TimelineSemaphoreSubmitInfo
Auto Trait Implementations§
impl Freeze for TimelineSemaphoreSubmitInfo
impl RefUnwindSafe for TimelineSemaphoreSubmitInfo
impl !Send for TimelineSemaphoreSubmitInfo
impl !Sync for TimelineSemaphoreSubmitInfo
impl Unpin for TimelineSemaphoreSubmitInfo
impl UnwindSafe for TimelineSemaphoreSubmitInfo
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