#[repr(C)]pub struct hipEventWaitNodeParams {
pub event: hipEvent_t,
}Expand description
Event record node params
Fields§
§event: hipEvent_t< Event to wait on
Trait Implementations§
Source§impl Clone for hipEventWaitNodeParams
impl Clone for hipEventWaitNodeParams
Source§fn clone(&self) -> hipEventWaitNodeParams
fn clone(&self) -> hipEventWaitNodeParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for hipEventWaitNodeParams
Auto Trait Implementations§
impl !Send for hipEventWaitNodeParams
impl !Sync for hipEventWaitNodeParams
impl Freeze for hipEventWaitNodeParams
impl RefUnwindSafe for hipEventWaitNodeParams
impl Unpin for hipEventWaitNodeParams
impl UnsafeUnpin for hipEventWaitNodeParams
impl UnwindSafe for hipEventWaitNodeParams
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