pub struct f01 { /* private fields */ }Expand description
A float in the range [0.0, 1.0].
Implementations§
Trait Implementations§
Source§impl Ord for f01
impl Ord for f01
Source§impl PartialOrd<f32> for f01
impl PartialOrd<f32> for f01
Source§impl PartialOrd<f64> for f01
impl PartialOrd<f64> for f01
Source§impl PartialOrd for f01
impl PartialOrd for f01
impl Copy for f01
impl Eq for f01
Auto Trait Implementations§
impl Freeze for f01
impl RefUnwindSafe for f01
impl Send for f01
impl Sync for f01
impl Unpin for f01
impl UnwindSafe for f01
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