#[repr(C)]pub struct hipExternalSemaphoreSignalNodeParams {
pub extSemArray: *mut hipExternalSemaphore_t,
pub paramsArray: *const hipExternalSemaphoreSignalParams,
pub numExtSems: c_uint,
}
Expand description
External semaphore signal node parameters
Fields§
§extSemArray: *mut hipExternalSemaphore_t
§paramsArray: *const hipExternalSemaphoreSignalParams
§numExtSems: c_uint
Trait Implementations§
Source§impl Clone for hipExternalSemaphoreSignalNodeParams
impl Clone for hipExternalSemaphoreSignalNodeParams
Source§fn clone(&self) -> hipExternalSemaphoreSignalNodeParams
fn clone(&self) -> hipExternalSemaphoreSignalNodeParams
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 hipExternalSemaphoreSignalNodeParams
Auto Trait Implementations§
impl Freeze for hipExternalSemaphoreSignalNodeParams
impl RefUnwindSafe for hipExternalSemaphoreSignalNodeParams
impl !Send for hipExternalSemaphoreSignalNodeParams
impl !Sync for hipExternalSemaphoreSignalNodeParams
impl Unpin for hipExternalSemaphoreSignalNodeParams
impl UnwindSafe for hipExternalSemaphoreSignalNodeParams
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