Struct freenectrs::freenect::FreenectError [] [src]

pub struct FreenectError { /* fields omitted */ }

Trait Implementations

impl Debug for FreenectError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for FreenectError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FreenectError
[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

Auto Trait Implementations

impl Send for FreenectError

impl Sync for FreenectError