Type Alias Display

pub type Display = _XDisplay;
Available on crate feature dep_sdl2 only.

Aliased Type§

struct Display { /* private fields */ }

Trait Implementations

§

impl Clone for _XDisplay

§

fn clone(&self) -> _XDisplay

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
§

impl Copy for _XDisplay