Struct ResistanceValue
pub struct ResistanceValue { /* private fields */ }Expand description
A resistance value in ohms.
Implementations§
§impl ResistanceValue
impl ResistanceValue
Trait Implementations§
§impl Clone for ResistanceValue
impl Clone for ResistanceValue
§fn clone(&self) -> ResistanceValue
fn clone(&self) -> ResistanceValue
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 more§impl Debug for ResistanceValue
impl Debug for ResistanceValue
§impl Display for ResistanceValue
impl Display for ResistanceValue
§impl PartialEq for ResistanceValue
impl PartialEq for ResistanceValue
§impl PartialOrd for ResistanceValue
impl PartialOrd for ResistanceValue
impl Copy for ResistanceValue
impl StructuralPartialEq for ResistanceValue
Auto Trait Implementations§
impl Freeze for ResistanceValue
impl RefUnwindSafe for ResistanceValue
impl Send for ResistanceValue
impl Sync for ResistanceValue
impl Unpin for ResistanceValue
impl UnsafeUnpin for ResistanceValue
impl UnwindSafe for ResistanceValue
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