Struct atsamd21_hal::time::Hertz [] [src]

pub struct Hertz(pub u32);

Hertz

Trait Implementations

impl Into<Hertz> for GClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Tcc2Tc3Clock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Tc4Tc5Clock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Tc6Tc7Clock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Sercom0CoreClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Sercom1CoreClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Sercom2CoreClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Sercom3CoreClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Sercom4CoreClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for Sercom5CoreClock
[src]

[src]

Performs the conversion.

impl Into<Hertz> for UsbClock
[src]

[src]

Performs the conversion.

impl Clone for Hertz
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Hertz
[src]

impl PartialEq for Hertz
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Hertz
[src]

impl Debug for Hertz
[src]

[src]

Formats the value using the given formatter. Read more

impl Into<Hertz> for KiloHertz
[src]

[src]

Performs the conversion.

impl Into<Hertz> for MegaHertz
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Hertz

impl Sync for Hertz