#[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 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 moreSource§impl Debug for hipEventWaitNodeParams
impl Debug for hipEventWaitNodeParams
impl Copy for hipEventWaitNodeParams
Auto Trait Implementations§
impl Freeze for hipEventWaitNodeParams
impl RefUnwindSafe for hipEventWaitNodeParams
impl !Send for hipEventWaitNodeParams
impl !Sync for hipEventWaitNodeParams
impl Unpin 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