Struct chandeliers_std::cast::float_of_int
source · 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 copy 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
source§impl Step for float_of_int
impl Step for float_of_int
Auto Trait Implementations§
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