Enum captrs::CaptureError [] [src]

pub enum CaptureError {
    AccessLost,
    Timeout,
    Fail(String),
}

Variants

Access to the duplicated output was lost. Likely, mode was changed e.g. window => full

Aquisition of next frame timed out.

General/Unexpected failure

Trait Implementations

impl Clone for CaptureError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CaptureError
[src]

Formats the value using the given formatter.