Struct nvapi_hi::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<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for ArgumentRangeError
[src]
impl From<ArgumentRangeError> for Status
[src]
fn from(ArgumentRangeError) -> Status
[src]
Performs the conversion.
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