jsonizer v0.5.1 (2015-09-09T03:22:33Z)
Dub
Repo
Rect
geometry
Undocumented in source.
struct
Rect {
mixin
JsonizeMe
;
@
jsonize
int
x
;
@
jsonize
int
y
;
@
jsonize
int
w
;
@
jsonize
int
h
;
}
Members
Mixins
__anonymous
mixin
JsonizeMe
h
int
h
;
w
int
w
;
Undocumented in source.
Variables
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
geometry
structs
Rect
Vector