pub struct AbsInt;Expand description
Integer abs: abs(x) for integer types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbsInt
impl RefUnwindSafe for AbsInt
impl Send for AbsInt
impl Sync for AbsInt
impl Unpin for AbsInt
impl UnwindSafe for AbsInt
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