pub enum DisplayMode {
    SameOnBoth,
    Stereo,
}
Expand description

Display mode used by Glasses::set_display_mode

Variants§

§

SameOnBoth

Picture should be same for both eyes (simple full HD mode)

§

Stereo

Set display to 3840*1080, where the left half is the left eye, the right half is the right eye

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.