#[repr(C)]pub struct cudaEventQuery_v3020_params_st {
pub event: cudaEvent_t,
}Fields§
§event: cudaEvent_tAuto Trait Implementations§
impl Freeze for cudaEventQuery_v3020_params_st
impl RefUnwindSafe for cudaEventQuery_v3020_params_st
impl !Send for cudaEventQuery_v3020_params_st
impl !Sync for cudaEventQuery_v3020_params_st
impl Unpin for cudaEventQuery_v3020_params_st
impl UnsafeUnpin for cudaEventQuery_v3020_params_st
impl UnwindSafe for cudaEventQuery_v3020_params_st
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