#[repr(C)]pub enum chfl_cellshape {
CHFL_CELL_ORTHORHOMBIC = 0,
CHFL_CELL_TRICLINIC = 1,
CHFL_CELL_INFINITE = 2,
}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 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 chfl_cellshape
impl Debug for chfl_cellshape
Source§impl PartialEq for chfl_cellshape
impl PartialEq for chfl_cellshape
impl Copy for chfl_cellshape
impl Eq for chfl_cellshape
impl StructuralPartialEq for chfl_cellshape
Auto Trait Implementations§
impl Freeze for chfl_cellshape
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