Enum chemfiles_sys::chfl_cellshape [−][src]
#[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
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
Mutably borrows from an owned value. Read more