Struct audio_visualizer::dynamic::window_top_btm::pixel_buf::PixelBuf[][src]

pub struct PixelBuf(pub Vec<u32>);
Expand description

Abstraction that helps to access the Pixel data as [u32] and [u8]. Required, because plotters bitmap works on [u8] and minifb on the other.

Tuple Fields

0: Vec<u32>

Trait Implementations

Immutably borrows from an owned value. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

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

Performs the conversion.

Performs the conversion.

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.