Enum wacom_sys::WacomErrorCode [] [src]

#[repr(u32)]
pub enum WacomErrorCode { WERROR_NONE, WERROR_BAD_ALLOC, WERROR_INVALID_PATH, WERROR_INVALID_DB, WERROR_BAD_ACCESS, WERROR_UNKNOWN_MODEL, }

Possible error codes.

Variants

Trait Implementations

impl Debug for WacomErrorCode
[src]

Formats the value using the given formatter.

impl Copy for WacomErrorCode
[src]

impl Clone for WacomErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WacomErrorCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WacomErrorCode
[src]

impl Hash for WacomErrorCode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more