Struct sensehat_screen::FrameLine [] [src]

pub struct FrameLine(_);

A single frame on the screen. Defaults to an inner capacity for 128 bytes, suitable for the 8x8 pixel screen.

Methods

impl FrameLine
[src]

[src]

Create a new FrameLine instance, given a slice of bytes.

[src]

Create a new FrameLine instance, given a slice of &PixelColor.

[src]

Returns the FrameLine as a slice of bytes.

Trait Implementations

impl Debug for FrameLine
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for FrameLine
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for FrameLine

impl Sync for FrameLine