Struct sdl2::video::WindowPropertiesGetters
[−]
[src]
pub struct WindowPropertiesGetters<'a> { // some fields omitted }
Contains getters to a Window
's properties.
This type acts as an immutable guard to WindowProperties
using Deref
.