Struct nvapi_sys::ArgumentRangeError [] [src]

pub struct ArgumentRangeError;

Error type indicating a raw value is out of the range of known enum values.

Trait Implementations

impl Debug for ArgumentRangeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ArgumentRangeError
[src]

impl Clone for ArgumentRangeError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ArgumentRangeError
[src]

[src]

Returns the "default value" for a type. Read more

impl From<ArgumentRangeError> for Status
[src]

[src]

Performs the conversion.