#[repr(C)]pub struct cudaExternalSemaphoreSignalNodeParamsV2 {
pub extSemArray: *mut cudaExternalSemaphore_t,
pub paramsArray: *const cudaExternalSemaphoreSignalParams,
pub numExtSems: c_uint,
}Fields§
§extSemArray: *mut cudaExternalSemaphore_t§paramsArray: *const cudaExternalSemaphoreSignalParams§numExtSems: c_uintTrait Implementations§
Source§impl Clone for cudaExternalSemaphoreSignalNodeParamsV2
impl Clone for cudaExternalSemaphoreSignalNodeParamsV2
Source§fn clone(&self) -> cudaExternalSemaphoreSignalNodeParamsV2
fn clone(&self) -> cudaExternalSemaphoreSignalNodeParamsV2
Returns a duplicate 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 moreSource§impl Ord for cudaExternalSemaphoreSignalNodeParamsV2
impl Ord for cudaExternalSemaphoreSignalNodeParamsV2
Source§fn cmp(&self, other: &cudaExternalSemaphoreSignalNodeParamsV2) -> Ordering
fn cmp(&self, other: &cudaExternalSemaphoreSignalNodeParamsV2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cudaExternalSemaphoreSignalNodeParamsV2
impl PartialEq for cudaExternalSemaphoreSignalNodeParamsV2
Source§fn eq(&self, other: &cudaExternalSemaphoreSignalNodeParamsV2) -> bool
fn eq(&self, other: &cudaExternalSemaphoreSignalNodeParamsV2) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudaExternalSemaphoreSignalNodeParamsV2
impl PartialOrd for cudaExternalSemaphoreSignalNodeParamsV2
impl Copy for cudaExternalSemaphoreSignalNodeParamsV2
impl Eq for cudaExternalSemaphoreSignalNodeParamsV2
impl StructuralPartialEq for cudaExternalSemaphoreSignalNodeParamsV2
Auto Trait Implementations§
impl Freeze for cudaExternalSemaphoreSignalNodeParamsV2
impl RefUnwindSafe for cudaExternalSemaphoreSignalNodeParamsV2
impl !Send for cudaExternalSemaphoreSignalNodeParamsV2
impl !Sync for cudaExternalSemaphoreSignalNodeParamsV2
impl Unpin for cudaExternalSemaphoreSignalNodeParamsV2
impl UnsafeUnpin for cudaExternalSemaphoreSignalNodeParamsV2
impl UnwindSafe for cudaExternalSemaphoreSignalNodeParamsV2
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