pub struct Mobility(/* private fields */);Expand description
Charge Carrier Mobility ($μ$).
Units: $m^2 / (V · s)$.
Implementations§
Trait Implementations§
Source§impl PartialOrd for Mobility
impl PartialOrd for Mobility
impl Copy for Mobility
impl StructuralPartialEq for Mobility
Auto Trait Implementations§
impl Freeze for Mobility
impl RefUnwindSafe for Mobility
impl Send for Mobility
impl Sync for Mobility
impl Unpin for Mobility
impl UnwindSafe for Mobility
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