Struct csfml_window_sys::sfTextEvent [] [src]

#[repr(C)]
pub struct sfTextEvent { pub type_: sfEventType, pub unicode: sfUint32, }

Fields

Trait Implementations

impl Debug for sfTextEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfTextEvent
[src]

impl Clone for sfTextEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more