#[repr(C)]pub struct cudaExternalSemaphoreWaitNodeParams {
pub extSemArray: *mut *mut CUexternalSemaphore_st,
pub paramsArray: *const cudaExternalSemaphoreWaitParams,
pub numExtSems: u32,
}
Fields§
§extSemArray: *mut *mut CUexternalSemaphore_st
§paramsArray: *const cudaExternalSemaphoreWaitParams
§numExtSems: u32
Trait Implementations§
source§impl Clone for cudaExternalSemaphoreWaitNodeParams
impl Clone for cudaExternalSemaphoreWaitNodeParams
source§fn clone(&self) -> cudaExternalSemaphoreWaitNodeParams
fn clone(&self) -> cudaExternalSemaphoreWaitNodeParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for cudaExternalSemaphoreWaitNodeParams
Auto Trait Implementations§
impl RefUnwindSafe for cudaExternalSemaphoreWaitNodeParams
impl !Send for cudaExternalSemaphoreWaitNodeParams
impl !Sync for cudaExternalSemaphoreWaitNodeParams
impl Unpin for cudaExternalSemaphoreWaitNodeParams
impl UnwindSafe for cudaExternalSemaphoreWaitNodeParams
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