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