pub(crate) struct RootedLispFloat(Rt<GcHeap<f64>>);Expand description
Automatically derived from LispFloat via #[derive(Trace)]
Tuple Fields§
§0: Rt<GcHeap<f64>>Auto Trait Implementations§
impl !Freeze for RootedLispFloat
impl !RefUnwindSafe for RootedLispFloat
impl Send for RootedLispFloat
impl Sync for RootedLispFloat
impl !Unpin for RootedLispFloat
impl !UnsafeUnpin for RootedLispFloat
impl UnwindSafe for RootedLispFloat
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