Struct glfw::ffi::GLFWvidmode[src]
pub struct GLFWvidmode { pub width: c_int, pub height: c_int, pub redBits: c_int, pub greenBits: c_int, pub blueBits: c_int, pub refreshRate: c_int, }
Fields
width | |
height | |
redBits | |
greenBits | |
blueBits | |
refreshRate |
pub struct GLFWvidmode { pub width: c_int, pub height: c_int, pub redBits: c_int, pub greenBits: c_int, pub blueBits: c_int, pub refreshRate: c_int, }
width | |
height | |
redBits | |
greenBits | |
blueBits | |
refreshRate |
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
).