Struct cursebox::RawCell [] [src]

#[repr(C)]
pub struct RawCell { pub ch: u32, pub fg: u16, pub bg: u16, }

Fields

Trait Implementations

impl Clone for RawCell
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RawCell
[src]