Struct ovr_mobile_sys::ovrRectf_ [] [src]

#[repr(C)]
pub struct ovrRectf_ { pub x: f32, pub y: f32, pub width: f32, pub height: f32, }

Fields

Trait Implementations

impl Debug for ovrRectf_
[src]

Formats the value using the given formatter.

impl Copy for ovrRectf_
[src]

impl Clone for ovrRectf_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more