Struct orbclient::event::ResizeEvent
[−]
[src]
pub struct ResizeEvent {
pub width: u32,
pub height: u32,
}A resize event
Fields
width: u32
height: u32
Methods
impl ResizeEvent[src]
fn to_event(&self) -> Event[src]
fn from_event(event: Event) -> ResizeEvent[src]
Trait Implementations
impl Copy for ResizeEvent[src]
impl Clone for ResizeEvent[src]
fn clone(&self) -> ResizeEvent[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