Docs.rs
rustics-0.6.1
rustics 0.6.1
Docs.rs crate page
MIT
OR
BSD-2-Clause
OR
BSD-1-Clause
Links
Repository
crates.io
Source
Owners
jbertoni
Dependencies
rand ^0.8
normal
Versions
0.81%
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
rustics
0.6.1
Simple
Clock
Required Methods
get_time
hz
Implementors
In rustics::
time
rustics
::
time
Trait
SimpleClock
Copy item path
source
pub trait SimpleClock { // Required methods fn
get_time
(&mut self) ->
u128
;
fn
hz
(&self) ->
u128
; }
Required Methods
§
source
fn
get_time
(&mut self) ->
u128
source
fn
hz
(&self) ->
u128
Implementors
§