Struct ovr_sys::ovrBoundaryLookAndFeel
[−]
[src]
#[repr(C)]pub struct ovrBoundaryLookAndFeel { pub Color: ovrColorf, }
Boundary system look and feel
Fields
Color: ovrColorf
Boundary color (alpha channel is ignored)
Trait Implementations
impl Debug for ovrBoundaryLookAndFeel[src]
impl Copy for ovrBoundaryLookAndFeel[src]
impl Clone for ovrBoundaryLookAndFeel[src]
fn clone(&self) -> ovrBoundaryLookAndFeel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more