pub struct Value64(/* private fields */);Expand description
A 64-bit value.
Trait Implementations§
Source§impl Ord for Value64
impl Ord for Value64
Source§impl PartialOrd for Value64
impl PartialOrd for Value64
Source§impl Value for Value64
impl Value for Value64
Source§fn from_number(number: Self::Number) -> Self
fn from_number(number: Self::Number) -> Self
Converts a number to a value.
Source§fn from_pointer(pointer: Self::Pointer) -> Self
fn from_pointer(pointer: Self::Pointer) -> Self
Converts a pointer to a value.
Source§fn to_pointer(self) -> Self::Pointer
fn to_pointer(self) -> Self::Pointer
Converts a value to a pointer.
Source§fn is_pointer(self) -> bool
fn is_pointer(self) -> bool
Checks if a value is a pointer.
impl Copy for Value64
impl Eq for Value64
impl StructuralPartialEq for Value64
Auto Trait Implementations§
impl Freeze for Value64
impl RefUnwindSafe for Value64
impl Send for Value64
impl Sync for Value64
impl Unpin for Value64
impl UnwindSafe for Value64
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