Enum chemfiles_sys::chfl_cellshape
source · [−]#[repr(C)]
pub enum chfl_cellshape {
CHFL_CELL_ORTHORHOMBIC,
CHFL_CELL_TRICLINIC,
CHFL_CELL_INFINITE,
}Variants
CHFL_CELL_ORTHORHOMBIC
CHFL_CELL_TRICLINIC
CHFL_CELL_INFINITE
Trait Implementations
sourceimpl Clone for chfl_cellshape
impl Clone for chfl_cellshape
sourcefn clone(&self) -> chfl_cellshape
fn clone(&self) -> chfl_cellshape
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for chfl_cellshape
impl Debug for chfl_cellshape
sourceimpl PartialEq<chfl_cellshape> for chfl_cellshape
impl PartialEq<chfl_cellshape> for chfl_cellshape
sourcefn eq(&self, other: &chfl_cellshape) -> bool
fn eq(&self, other: &chfl_cellshape) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for chfl_cellshape
impl Eq for chfl_cellshape
impl StructuralEq for chfl_cellshape
impl StructuralPartialEq for chfl_cellshape
Auto Trait Implementations
impl RefUnwindSafe for chfl_cellshape
impl Send for chfl_cellshape
impl Sync for chfl_cellshape
impl Unpin for chfl_cellshape
impl UnwindSafe for chfl_cellshape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more