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