pub struct UninitializedDevice<SpiBus: Bus> { /* private fields */ }

Implementations§

Initialize the device with a MAC address and mode settings.

Consider using freely available private/locally administered mac addresses that match the following hex pattern:

 x2-xx-xx-xx-xx-xx
 x6-xx-xx-xx-xx-xx
 xA-xx-xx-xx-xx-xx
 xE-xx-xx-xx-xx-xx

“Universally administered and locally administered addresses are distinguished by setting the second-least-significant bit of the first octet of the address” Wikipedia

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.