pub struct FOOT(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl From<UnitContainer> for FOOT
impl From<UnitContainer> for FOOT
Source§fn from(uc: UnitContainer) -> Self
fn from(uc: UnitContainer) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FOOT
impl RefUnwindSafe for FOOT
impl Send for FOOT
impl Sync for FOOT
impl Unpin for FOOT
impl UnwindSafe for FOOT
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