Skip to main content

Charge

Type Alias Charge 

Source
pub type Charge = Qty<0, 0, 1, 1, 0, 0, 0>;
Expand description

Coulombs.

Aliased Type§

pub struct Charge(/* private fields */);

Trait Implementations§

Source§

impl Div<Qty<0, 0, 0, 1, 0, 0, 0>> for Charge

Source§

type Output = Qty<0, 0, 1, 0, 0, 0, 0>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Current) -> Time

Performs the / operation. Read more
Source§

impl Div<Qty<0, 0, 1, 0, 0, 0, 0>> for Charge

Source§

type Output = Qty<0, 0, 0, 1, 0, 0, 0>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Time) -> Current

Performs the / operation. Read more