pub struct GclkTokens {
    pub gclk1: GclkToken<Gclk1Id>,
    pub gclk2: GclkToken<Gclk2Id>,
    pub gclk3: GclkToken<Gclk3Id>,
    pub gclk4: GclkToken<Gclk4Id>,
    pub gclk5: GclkToken<Gclk5Id>,
    pub gclk6: GclkToken<Gclk6Id>,
    pub gclk7: GclkToken<Gclk7Id>,
    pub gclk8: GclkToken<Gclk8Id>,
    pub gclk9: GclkToken<Gclk9Id>,
    pub gclk10: GclkToken<Gclk10Id>,
    pub gclk11: GclkToken<Gclk11Id>,
}
Expand description

Set of GclkTokens representing the disabled Gclks at power-on reset

Fields

gclk1: GclkToken<Gclk1Id>gclk2: GclkToken<Gclk2Id>gclk3: GclkToken<Gclk3Id>gclk4: GclkToken<Gclk4Id>gclk5: GclkToken<Gclk5Id>gclk6: GclkToken<Gclk6Id>gclk7: GclkToken<Gclk7Id>gclk8: GclkToken<Gclk8Id>gclk9: GclkToken<Gclk9Id>gclk10: GclkToken<Gclk10Id>gclk11: GclkToken<Gclk11Id>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.