#[repr(i64)]pub enum Int64Limits {
Min = -9_223_372_036_854_775_808,
Max = 9_223_372_036_854_775_807,
}
Variants§
Trait Implementations§
Source§impl Clone for Int64Limits
impl Clone for Int64Limits
Source§fn clone(&self) -> Int64Limits
fn clone(&self) -> Int64Limits
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Int64Limits
impl Debug for Int64Limits
Source§impl PartialEq for Int64Limits
impl PartialEq for Int64Limits
impl Copy for Int64Limits
impl Eq for Int64Limits
impl IntoBytes for Int64Limits
impl StructuralPartialEq for Int64Limits
Auto Trait Implementations§
impl Freeze for Int64Limits
impl RefUnwindSafe for Int64Limits
impl Send for Int64Limits
impl Sync for Int64Limits
impl Unpin for Int64Limits
impl UnwindSafe for Int64Limits
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
)