Struct chandeliers_std::cast::floor
source · pub struct floor {}Expand description
Rounds a float to the int below.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for floor
impl Send for floor
impl Sync for floor
impl Unpin for floor
impl UnwindSafe for floor
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