Enum openvr_sys::ECollisionBoundsStyle [] [src]

pub enum ECollisionBoundsStyle {
    ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_BEGINNER,
    ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_INTERMEDIATE,
    ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_SQUARES,
    ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_ADVANCED,
    ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_NONE,
    ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_COUNT,
}

Variants

ECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_BEGINNERECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_INTERMEDIATEECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_SQUARESECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_ADVANCEDECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_NONEECollisionBoundsStyle_COLLISION_BOUNDS_STYLE_COUNT

Trait Implementations

impl Clone for ECollisionBoundsStyle
[src]

fn clone(&self) -> ECollisionBoundsStyle

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

impl Copy for ECollisionBoundsStyle
[src]

impl Debug for ECollisionBoundsStyle
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.