pub struct StreamDeck { /* private fields */ }
Expand description

StreamDeck object

Implementations

Connect to a streamdeck device

Connect to a streamdeck device with an already initialise HidApi instance

Fetch the connected device kind

This can be used to retrieve related device information such as images sizes and modes

Fetch the device manufacturer string

Fetch the device product string

Fetch the device serial

Fetch the device firmware version

Reset the connected device

Set the device display brightness (in percent)

Set blocking mode

See: read_buttons for discussion of this functionality

Fetch button states

In blocking mode this will wait until a report packet has been received (or the specified timeout has elapsed). In non-blocking mode this will return immediately with a zero vector if no data is available

Fetch image size for the connected device

Set a button to the provided RGB colour

Set a button to the provided image

Sets a button to the provided text. Will break text over \n linebreaks

Set a button to the provided image file

Load an image file into the device specific representation

Writes an image to a button Image at this point in correct dimensions and in device native colour order.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The error type produced by a failed conversion.

Convert the given value into an approximately equivalent representation.

The error type produced by a failed conversion.

Convert the subject into an approximately equivalent representation.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Approximate the subject with the default scheme.

Approximate the subject with a specific scheme.

Approximate the subject to a given type with the default scheme.

Approximate the subject to a given type with a specific scheme.

Convert the subject to a given type.

Attempt to convert the subject to a given type.

Attempt a value conversion of the subject to a given type.

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The error type produced by a failed conversion.

Convert the given value into the subject type.

The type returned in the event of a conversion error.

Performs the conversion.

The error type produced by a failed conversion.

Convert the subject into the destination type.

The type returned in the event of a conversion error.

Performs the conversion.

The error type produced by a failed conversion.

Convert the given value into an exactly equivalent representation.

The error type produced by a failed conversion.

Convert the subject into an exactly equivalent representation.