Enum chemfiles_sys::chfl_cellshape [−][src]
#[repr(C)]
pub enum chfl_cellshape {
CHFL_CELL_ORTHORHOMBIC,
CHFL_CELL_TRICLINIC,
CHFL_CELL_INFINITE,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for chfl_cellshapeimpl Send for chfl_cellshapeimpl Sync for chfl_cellshapeimpl Unpin for chfl_cellshapeimpl UnwindSafe for chfl_cellshapeBlanket Implementations
Mutably borrows from an owned value. Read more