#[repr(C)]pub struct cudaExternalSemaphoreSignalNodeParams {
pub extSemArray: *mut cudaExternalSemaphore_t,
pub paramsArray: *const cudaExternalSemaphoreSignalParams,
pub numExtSems: c_uint,
}
Fields§
§extSemArray: *mut cudaExternalSemaphore_t
§paramsArray: *const cudaExternalSemaphoreSignalParams
§numExtSems: c_uint
Trait Implementations§
source§impl Clone for cudaExternalSemaphoreSignalNodeParams
impl Clone for cudaExternalSemaphoreSignalNodeParams
source§fn clone(&self) -> cudaExternalSemaphoreSignalNodeParams
fn clone(&self) -> cudaExternalSemaphoreSignalNodeParams
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 cudaExternalSemaphoreSignalNodeParams
Auto Trait Implementations§
impl RefUnwindSafe for cudaExternalSemaphoreSignalNodeParams
impl !Send for cudaExternalSemaphoreSignalNodeParams
impl !Sync for cudaExternalSemaphoreSignalNodeParams
impl Unpin for cudaExternalSemaphoreSignalNodeParams
impl UnwindSafe for cudaExternalSemaphoreSignalNodeParams
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