pub struct float_of_int {}Expand description
Lustre node that converts an int to a float.
Trait Implementations§
Source§impl Clone for float_of_int
impl Clone for float_of_int
Source§fn clone(&self) -> float_of_int
fn clone(&self) -> float_of_int
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 Debug for float_of_int
impl Debug for float_of_int
Source§impl Default for float_of_int
impl Default for float_of_int
Source§fn default() -> float_of_int
fn default() -> float_of_int
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for float_of_int
impl RefUnwindSafe for float_of_int
impl Send for float_of_int
impl Sync for float_of_int
impl Unpin for float_of_int
impl UnwindSafe for float_of_int
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