pub struct HalfLife(/* private fields */);Expand description
Half-Life (Seconds).
Implementations§
Trait Implementations§
Source§impl PartialOrd for HalfLife
impl PartialOrd for HalfLife
impl Copy for HalfLife
impl StructuralPartialEq for HalfLife
Auto Trait Implementations§
impl Freeze for HalfLife
impl RefUnwindSafe for HalfLife
impl Send for HalfLife
impl Sync for HalfLife
impl Unpin for HalfLife
impl UnwindSafe for HalfLife
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