Struct sensehat_screen::frame::FrameLine[][src]

pub struct FrameLine(_);

A single frame on the screen. Contains a private [Rgb565; 64].

Methods

impl FrameLine
[src]

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

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

Returns the FrameLine as a slice of bytes.

Trait Implementations

impl Copy for FrameLine
[src]

impl Clone for FrameLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FrameLine
[src]

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

impl Debug for FrameLine
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FrameLine
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for FrameLine

impl Sync for FrameLine