pub struct int;
Trait Implementations§
§impl Ord for int
impl Ord for int
§impl PartialOrd for int
impl PartialOrd for int
§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 Freeze for int
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)