pub struct FutharkExtProfiler {
pub timings: Vec<FutharkExtPassTiming>,
}Fields§
§timings: Vec<FutharkExtPassTiming>Implementations§
Trait Implementations§
Source§impl Debug for FutharkExtProfiler
impl Debug for FutharkExtProfiler
Source§impl Default for FutharkExtProfiler
impl Default for FutharkExtProfiler
Source§fn default() -> FutharkExtProfiler
fn default() -> FutharkExtProfiler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FutharkExtProfiler
impl RefUnwindSafe for FutharkExtProfiler
impl Send for FutharkExtProfiler
impl Sync for FutharkExtProfiler
impl Unpin for FutharkExtProfiler
impl UnsafeUnpin for FutharkExtProfiler
impl UnwindSafe for FutharkExtProfiler
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