Struct tsm_screen::Draw1 [] [src]

pub struct Draw1<'a> {
    pub id: u32,
    pub xs: &'a [u32],
    pub width: uint,
    pub pos: (uint, uint),
    pub attr: Attr,
    pub age: Age,
}

Fields

Trait Implementations

impl<'a> Debug for Draw1<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for Draw1<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Copy for Draw1<'a>
[src]