pub struct Momentum(/* private fields */);Expand description
Momentum vector $\mathbf{k}$.
Represents a point in the Brillouin Zone.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Momentum
Auto Trait Implementations§
impl Freeze for Momentum
impl RefUnwindSafe for Momentum
impl Send for Momentum
impl Sync for Momentum
impl Unpin for Momentum
impl UnwindSafe for Momentum
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