[go: up one dir, main page]

Struct orbclient::event::ScreenEvent [] [src]

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

A screen report event

Fields

Methods

impl ScreenEvent
[src]

Trait Implementations

impl Copy for ScreenEvent
[src]

impl Clone for ScreenEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScreenEvent
[src]

Formats the value using the given formatter.