pub struct BandDrudeWeight(/* private fields */);Expand description
Band Drude Weight ($D$).
A measure of coherent electron transport (conductivity weight) in a band. Includes both conventional (kinetic) and geometric contributions.
Implementations§
Trait Implementations§
Source§impl Clone for BandDrudeWeight
impl Clone for BandDrudeWeight
Source§fn clone(&self) -> BandDrudeWeight
fn clone(&self) -> BandDrudeWeight
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 BandDrudeWeight
impl Debug for BandDrudeWeight
Source§impl Default for BandDrudeWeight
impl Default for BandDrudeWeight
Source§fn default() -> BandDrudeWeight
fn default() -> BandDrudeWeight
Returns the “default value” for a type. Read more
Source§impl From<BandDrudeWeight> for f64
impl From<BandDrudeWeight> for f64
Source§fn from(val: BandDrudeWeight) -> Self
fn from(val: BandDrudeWeight) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BandDrudeWeight
impl PartialEq for BandDrudeWeight
Source§impl PartialOrd for BandDrudeWeight
impl PartialOrd for BandDrudeWeight
impl Copy for BandDrudeWeight
impl StructuralPartialEq for BandDrudeWeight
Auto Trait Implementations§
impl Freeze for BandDrudeWeight
impl RefUnwindSafe for BandDrudeWeight
impl Send for BandDrudeWeight
impl Sync for BandDrudeWeight
impl Unpin for BandDrudeWeight
impl UnwindSafe for BandDrudeWeight
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