#[repr(u8)]pub enum NPY_BYTEORDER_CHAR {
NPY_LITTLE = 60,
NPY_BIG = 62,
NPY_NATIVE = 61,
NPY_SWAP = 115,
NPY_IGNORE = 124,
}
Variants§
Implementations§
Source§impl NPY_BYTEORDER_CHAR
impl NPY_BYTEORDER_CHAR
pub const NPY_NATBYTE: Self = Self::NPY_LITTLE
pub const NPY_OPPBYTE: Self = Self::NPY_BIG
Trait Implementations§
Source§impl Clone for NPY_BYTEORDER_CHAR
impl Clone for NPY_BYTEORDER_CHAR
Source§fn clone(&self) -> NPY_BYTEORDER_CHAR
fn clone(&self) -> NPY_BYTEORDER_CHAR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NPY_BYTEORDER_CHAR
impl Debug for NPY_BYTEORDER_CHAR
Source§impl Hash for NPY_BYTEORDER_CHAR
impl Hash for NPY_BYTEORDER_CHAR
Source§impl PartialEq for NPY_BYTEORDER_CHAR
impl PartialEq for NPY_BYTEORDER_CHAR
impl Copy for NPY_BYTEORDER_CHAR
impl Eq for NPY_BYTEORDER_CHAR
impl StructuralPartialEq for NPY_BYTEORDER_CHAR
Auto Trait Implementations§
impl Freeze for NPY_BYTEORDER_CHAR
impl RefUnwindSafe for NPY_BYTEORDER_CHAR
impl Send for NPY_BYTEORDER_CHAR
impl Sync for NPY_BYTEORDER_CHAR
impl Unpin for NPY_BYTEORDER_CHAR
impl UnwindSafe for NPY_BYTEORDER_CHAR
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