Enum chemfiles_sys::chfl_cellshape
source · #[repr(C)]pub enum chfl_cellshape {
CHFL_CELL_ORTHORHOMBIC,
CHFL_CELL_TRICLINIC,
CHFL_CELL_INFINITE,
}Variants§
Trait Implementations§
source§impl Clone for chfl_cellshape
impl Clone for chfl_cellshape
source§fn clone(&self) -> chfl_cellshape
fn clone(&self) -> chfl_cellshape
Returns a copy 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 chfl_cellshape
impl Debug for chfl_cellshape
source§impl PartialEq<chfl_cellshape> for chfl_cellshape
impl PartialEq<chfl_cellshape> for chfl_cellshape
source§fn 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 ==.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§
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