Struct vga_framebuffer::Attr[][src]

pub struct Attr(_);

This structure describes the attributes for a Char. They're all packed into 8 bits to save RAM.

Methods

impl Attr
[src]

Trait Implementations

impl Copy for Attr
[src]

impl Clone for Attr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Attr
[src]

impl PartialEq for Attr
[src]

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

This method tests for !=.

impl Debug for Attr
[src]

Formats the value using the given formatter. Read more

impl Default for Attr
[src]

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

Auto Trait Implementations

impl Send for Attr

impl Sync for Attr