#[repr(C)]pub struct stopwatch {
pub elapsedTime: f32,
pub start: cudaEvent_t,
pub stop: cudaEvent_t,
}Fields§
§elapsedTime: f32§start: cudaEvent_t§stop: cudaEvent_tTrait Implementations§
impl Copy for stopwatch
impl Send for stopwatch
Auto Trait Implementations§
impl Freeze for stopwatch
impl RefUnwindSafe for stopwatch
impl !Sync for stopwatch
impl Unpin for stopwatch
impl UnwindSafe for stopwatch
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