pub struct I32(/* private fields */);Implementations§
Source§impl I32
impl I32
pub const MAX: I32
pub const MIN: I32
pub const fn result(self) -> Result<INom32, Panic>
pub const fn checked_add(self, rhs: I32) -> I32
pub const fn checked_sub(self, rhs: I32) -> I32
pub const fn checked_mul(self, rhs: I32) -> I32
pub const fn checked_div(self, rhs: I32) -> I32
pub const fn checked_rem(self, rhs: I32) -> I32
pub const fn max(self, rhs: I32) -> I32
pub const fn min(self, rhs: I32) -> I32
pub const fn abs(self) -> I32
pub const fn neg(self) -> I32
pub const fn div_euclid(self, rhs: I32) -> I32
Trait Implementations§
impl Copy for I32
Auto Trait Implementations§
impl Freeze for I32
impl RefUnwindSafe for I32
impl Send for I32
impl Sync for I32
impl Unpin for I32
impl UnwindSafe for I32
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