A floating point, rectangular, axis-aligned region in a 2D cartesian
space.
This type does not specify units. Protocols that use this type should
specify the characteristics of the vector space, including orientation and
units.
If width is positive, the region includes x values starting at x and
increasing along the x-axis. If width is negative, the region includes
x values starting at x and decreasing along the x-axis.
If height is positive, the region includes y values starting at y
and increasing along the y-axis. If height is negative, the region
includes y values starting at y and decreasing along the y-axis.
Returns true if the memory layout of Self::Owned matches the FIDL wire
format and encoding requires no validation. When true, we can optimize
encoding arrays and vectors of Self::Owned to a single memcpy. Read more
Returns true if the memory layout of Self::Owned matches the FIDL wire
format and decoding requires no validation. When true, we can optimize
decoding arrays and vectors of Self::Owned to a single memcpy.