[−][src]Struct sdl2_sys::Screen
Fields
ext_data: *mut XExtData
display: *mut _XDisplay
root: Window
width: c_int
height: c_int
mwidth: c_int
mheight: c_int
ndepths: c_int
depths: *mut Depth
root_depth: c_int
root_visual: *mut Visual
default_gc: GC
cmap: Colormap
white_pixel: c_ulong
black_pixel: c_ulong
max_maps: c_int
min_maps: c_int
backing_store: c_int
save_unders: c_int
root_input_mask: c_long
Trait Implementations
impl Clone for Screen
[src]
fn clone(&self) -> Screen
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Screen
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,