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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for ArgumentRangeError
[src]
impl Clone for ArgumentRangeError
[src]
fn clone(&self) -> ArgumentRangeError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Default for ArgumentRangeError
[src]
fn default() -> ArgumentRangeError
[src]
Returns the "default value" for a type. Read more
impl From<ArgumentRangeError> for Status
[src]
fn from(_: ArgumentRangeError) -> Self
[src]
Performs the conversion.