Struct csfml_window_sys::sfEvent [] [src]

pub struct sfEvent {
    pub data: [u32; 6],
}

Fields

data: [u32; 6]

Trait Implementations

impl Copy for sfEvent
[src]

impl Clone for sfEvent
[src]

fn clone(&self) -> sfEvent

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more