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.

Important traits for &'a mut [u8]
[src]

Returns the FrameLine as a slice of bytes.

Trait Implementations

impl Clone for FrameLine
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FrameLine
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FrameLine
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

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