Struct sensehat::Fps[][src]

pub struct Fps(pub u8);

A measure of frames per second.

Trait Implementations

impl Debug for Fps
[src]

Formats the value using the given formatter. Read more

impl Copy for Fps
[src]

impl Clone for Fps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Fps
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Into<Duration> for Fps
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Fps

impl Sync for Fps