pub struct Subshell {
pub shell_number: u32,
pub subshell_label: SubshellLabel,
pub number_of_electrons: u32,
}Expand description
A subshell (s, p, d, or f) in the electronic configuration
Fields§
§shell_number: u32The shell’s principal quantum number
subshell_label: SubshellLabelThe subshell label letter, based on its azimuthal quantum number
number_of_electrons: u32The number of electrons in this subshell for a particular atom
Trait Implementations§
Source§impl Ord for Subshell
impl Ord for Subshell
Source§impl PartialOrd for Subshell
impl PartialOrd for Subshell
impl Copy for Subshell
impl Eq for Subshell
impl StructuralPartialEq for Subshell
Auto Trait Implementations§
impl Freeze for Subshell
impl RefUnwindSafe for Subshell
impl Send for Subshell
impl Sync for Subshell
impl Unpin for Subshell
impl UnwindSafe for Subshell
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