Enum numpy::npyffi::types::NPY_ORDER
[−]
[src]
#[repr(i32)]pub enum NPY_ORDER { NPY_ANYORDER, NPY_CORDER, NPY_FORTRANORDER, NPY_KEEPORDER, }
Variants
NPY_ANYORDERNPY_CORDERNPY_FORTRANORDERNPY_KEEPORDERTrait Implementations
impl Debug for NPY_ORDER[src]
impl Copy for NPY_ORDER[src]
impl Clone for NPY_ORDER[src]
fn clone(&self) -> NPY_ORDER
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_ORDER[src]
fn eq(&self, __arg_0: &NPY_ORDER) -> 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 !=.