pub struct FloatLiteral {
pub value: f64,
}Fields§
§value: f64Implementations§
Source§impl FloatLiteral
impl FloatLiteral
Trait Implementations§
Source§impl Clone for FloatLiteral
impl Clone for FloatLiteral
Source§fn clone(&self) -> FloatLiteral
fn clone(&self) -> FloatLiteral
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FloatLiteral
impl Default for FloatLiteral
Source§fn default() -> FloatLiteral
fn default() -> FloatLiteral
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FloatLiteral
impl RefUnwindSafe for FloatLiteral
impl Send for FloatLiteral
impl Sync for FloatLiteral
impl Unpin for FloatLiteral
impl UnwindSafe for FloatLiteral
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