pub struct int;
Trait Implementations§
§impl Ord for int
impl Ord for int
§impl PartialOrd for int
impl PartialOrd for int
§fn partial_cmp(&self, _other: &int) -> Option<Ordering>
fn partial_cmp(&self, _other: &int) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more§impl SpecEuclideanDiv for int
impl SpecEuclideanDiv for int
type Output = int
fn spec_euclidean_div(self, _rhs: int) -> <int as SpecEuclideanDiv>::Output
§impl SpecEuclideanMod for int
impl SpecEuclideanMod for int
type Output = int
fn spec_euclidean_mod(self, _rhs: int) -> <int as SpecEuclideanMod>::Output
impl Copy for int
impl Eq for int
impl Structural for int
Auto Trait Implementations§
impl RefUnwindSafe for int
impl Send for int
impl Sync for int
impl Unpin for int
impl UnwindSafe for int
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