Struct orbclient::event::ScreenEvent
[−]
[src]
pub struct ScreenEvent {
pub width: u32,
pub height: u32,
}A screen report event
Fields
width: u32
height: u32
Methods
impl ScreenEvent[src]
fn to_event(&self) -> Event[src]
fn from_event(event: Event) -> ScreenEvent[src]
Trait Implementations
impl Copy for ScreenEvent[src]
impl Clone for ScreenEvent[src]
fn clone(&self) -> ScreenEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more