Enum ntp::formats::PrimarySource[]

#[repr(u32)]
pub enum PrimarySource { GOES, GPS, CDMA, GAL, PPS, IRIG, WWVB, DCF, HBG, MSF, JJY, LORC, TDF, CHU, WWV, WWVH, NIST, ACTS, USNO, PTB, GOOG, LOCL, CESM, RBDM, OMEG, DCN, TSP, DTS, ATOM, VLF, OPPS, FREE, INIT, NULL, }

Variants

Trait Implementations

impl Debug for PrimarySource

Formats the value using the given formatter. Read more

impl PartialEq for PrimarySource

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

This method tests for !=.

impl Copy for PrimarySource

impl Clone for PrimarySource

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TryFrom<u32> for PrimarySource

The error type produced by a failed conversion.

Convert the given value into the subject type.

impl Default for PrimarySource
[src]

Returns the "default value" for a type. Read more

impl Display for PrimarySource
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations