Enum numpy::npyffi::types::NPY_CASTING [] [src]

#[repr(u32)]
pub enum NPY_CASTING { NPY_NO_CASTING, NPY_EQUIV_CASTING, NPY_SAFE_CASTING, NPY_SAME_KIND_CASTING, NPY_UNSAFE_CASTING, }

Variants

Trait Implementations

impl Debug for NPY_CASTING
[src]

Formats the value using the given formatter.

impl Copy for NPY_CASTING
[src]

impl Clone for NPY_CASTING
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NPY_CASTING
[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 NPY_CASTING
[src]

impl Hash for NPY_CASTING
[src]

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

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