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
NPY_NO_CASTINGNPY_EQUIV_CASTINGNPY_SAFE_CASTINGNPY_SAME_KIND_CASTINGNPY_UNSAFE_CASTINGTrait Implementations
impl Debug for NPY_CASTING[src]
impl Copy for NPY_CASTING[src]
impl Clone for NPY_CASTING[src]
fn clone(&self) -> NPY_CASTING
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for NPY_CASTING[src]
fn eq(&self, __arg_0: &NPY_CASTING) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.