pub struct Action;Expand description
An action, being an energy times a time, as the Planck constant is.
Implementations§
Source§impl Action
impl Action
Sourcepub const fn joule_seconds(value: TensorRank0) -> Quantity<Action>
pub const fn joule_seconds(value: TensorRank0) -> Quantity<Action>
A quantity of joule seconds.
Trait Implementations§
Source§impl UnitHalves for Action
impl UnitHalves for Action
impl Copy for Action
impl Eq for Action
impl StructuralPartialEq for Action
impl Unit for Action
Auto Trait Implementations§
impl Freeze for Action
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnsafeUnpin for Action
impl UnwindSafe for Action
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