Struct openvr::InitError [] [src]

pub struct InitError(_);

Trait Implementations

impl Copy for InitError
[src]

impl Clone for InitError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InitError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InitError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for InitError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InitError

impl Sync for InitError