pub struct HeliosDacDevice {
    pub name: String,
    /* private fields */
}

Fields§

§name: String

Implementations§

Writes and outputs a frame

Gets status of DAC

Returns firmware version of DAC

Sets name of DAC (name must be max 31 characters)

Stops output of DAC until new frame is written (NB: blocks for 100ms)

Sets shutter level of DAC

Erase the firmware of the DAC, allowing it to be updated by accessing the SAM-BA bootloader

Trait Implementations§

Formats the value using the given formatter. Read more

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.