pub struct ResE(pub f64);Expand description
Fifth resource (float).
Tuple Fields§
§0: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResE
impl RefUnwindSafe for ResE
impl Send for ResE
impl Sync for ResE
impl Unpin for ResE
impl UnsafeUnpin for ResE
impl UnwindSafe for ResE
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