Struct ovr_sys::ovrBoundaryLookAndFeel [] [src]

#[repr(C)]
pub struct ovrBoundaryLookAndFeel { pub Color: ovrColorf, }

Boundary system look and feel

Fields

Boundary color (alpha channel is ignored)

Trait Implementations

impl Debug for ovrBoundaryLookAndFeel
[src]

Formats the value using the given formatter.

impl Copy for ovrBoundaryLookAndFeel
[src]

impl Clone for ovrBoundaryLookAndFeel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more