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