pub struct IBit64(/* private fields */);Implementations§
Source§impl IBit64
impl IBit64
pub const MAX: IBit64
pub const MIN: IBit64
pub const fn wrapping_add(self, rhs: IBit64) -> IBit64
pub const fn wrapping_sub(self, rhs: IBit64) -> IBit64
pub const fn wrapping_mul(self, rhs: IBit64) -> IBit64
pub const fn wrapping_div(self, rhs: IBit64) -> IBit64
pub const fn wrapping_rem(self, rhs: IBit64) -> IBit64
pub const fn max(self, rhs: IBit64) -> IBit64
pub const fn min(self, rhs: IBit64) -> IBit64
pub const fn abs(self) -> IBit64
pub const fn neg(self) -> IBit64
pub const fn div_euclid(self, rhs: IBit64) -> IBit64
Trait Implementations§
impl Copy for IBit64
Auto Trait Implementations§
impl Freeze for IBit64
impl RefUnwindSafe for IBit64
impl Send for IBit64
impl Sync for IBit64
impl Unpin for IBit64
impl UnwindSafe for IBit64
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