#[repr(i32)]pub enum NPY_ORDER {
NPY_ANYORDER = -1,
NPY_CORDER = 0,
NPY_FORTRANORDER = 1,
NPY_KEEPORDER = 2,
}
Variants§
Trait Implementations§
impl Copy for NPY_ORDER
impl Eq for NPY_ORDER
impl StructuralPartialEq for NPY_ORDER
Auto Trait Implementations§
impl Freeze for NPY_ORDER
impl RefUnwindSafe for NPY_ORDER
impl Send for NPY_ORDER
impl Sync for NPY_ORDER
impl Unpin for NPY_ORDER
impl UnwindSafe for NPY_ORDER
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more