[go: up one dir, main page]

Struct orbclient::event::ResizeEvent [] [src]

pub struct ResizeEvent {
    pub width: u32,
    pub height: u32,
}

A resize event

Fields

Methods

impl ResizeEvent
[src]

Trait Implementations

impl Copy for ResizeEvent
[src]

impl Clone for ResizeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResizeEvent
[src]

Formats the value using the given formatter.