Docs.rs
game-loop-0.10.1
game-loop 0.10.1
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
tuzz
Dependencies
tao ^0.14
normal
winit ^0.27
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TimeTrait
Required Methods
now
sub
Implementors
In game_loop
?
Trait
game_loop
::
TimeTrait
source
·
[
−
]
pub trait TimeTrait:
Copy
{ fn
now
() -> Self;
fn
sub
(&self, other:
&
Self) ->
f64
; }
Required Methods
§
source
fn
now
() -> Self
source
fn
sub
(&self, other:
&
Self) ->
f64
Implementors
§
source
§
impl
TimeTrait
for
Time