Struct sdl2::video::ll::SDL_DisplayMode[src]
pub struct SDL_DisplayMode { pub format: uint32_t, pub w: c_int, pub h: c_int, pub refresh_rate: c_int, pub driverdata: *c_void, }
Fields
format | |
w | |
h | |
refresh_rate | |
driverdata |
pub struct SDL_DisplayMode { pub format: uint32_t, pub w: c_int, pub h: c_int, pub refresh_rate: c_int, pub driverdata: *c_void, }
format | |
w | |
h | |
refresh_rate | |
driverdata |
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).