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