pub enum BandGapType {
Direct,
Indirect,
}Expand description
Type of band gap transition.
Variants§
Trait Implementations§
Source§impl Clone for BandGapType
impl Clone for BandGapType
Source§fn clone(&self) -> BandGapType
fn clone(&self) -> BandGapType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BandGapType
impl Debug for BandGapType
Source§impl PartialEq for BandGapType
impl PartialEq for BandGapType
Source§fn eq(&self, other: &BandGapType) -> bool
fn eq(&self, other: &BandGapType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BandGapType
impl StructuralPartialEq for BandGapType
Auto Trait Implementations§
impl Freeze for BandGapType
impl RefUnwindSafe for BandGapType
impl Send for BandGapType
impl Sync for BandGapType
impl Unpin for BandGapType
impl UnsafeUnpin for BandGapType
impl UnwindSafe for BandGapType
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