pub struct FloatLiteralExprArgs {
pub value: f64,
}Fields§
§value: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FloatLiteralExprArgs
impl RefUnwindSafe for FloatLiteralExprArgs
impl Send for FloatLiteralExprArgs
impl Sync for FloatLiteralExprArgs
impl Unpin for FloatLiteralExprArgs
impl UnsafeUnpin for FloatLiteralExprArgs
impl UnwindSafe for FloatLiteralExprArgs
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