pub struct AvrTesterBuilder { /* private fields */ }

Implementations

Creates AvrTesterBuilder.

To avoid typos, it’s preferred that you use helper functions such as AvrTester::atmega328p(); this additional constructor in here has been provided just in case there’s some AVR supported by simavr that has not been yet exposed through AvrTester.

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.

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.