Struct termbox::ResizeEvent [] [src]

pub struct ResizeEvent {
    pub w: Coord,
    pub h: Coord,
}

Fields

Trait Implementations

impl Clone for ResizeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ResizeEvent
[src]

impl Debug for ResizeEvent
[src]

Formats the value using the given formatter.