pub struct Immediate64 { /* private fields */ }
Expand description
Thin wrapper around a 64-bit signed immediate value.
Implementations§
Trait Implementations§
Source§impl Clone for Immediate64
impl Clone for Immediate64
Source§fn clone(&self) -> Immediate64
fn clone(&self) -> Immediate64
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Immediate64
impl Debug for Immediate64
Source§impl From<Immediate64> for i64
impl From<Immediate64> for i64
Source§fn from(immediate: Immediate64) -> Self
fn from(immediate: Immediate64) -> Self
Converts to this type from the input type.
Source§impl From<i64> for Immediate64
impl From<i64> for Immediate64
Source§impl Hash for Immediate64
impl Hash for Immediate64
Source§impl PartialEq for Immediate64
impl PartialEq for Immediate64
impl Copy for Immediate64
impl Eq for Immediate64
impl StructuralPartialEq for Immediate64
Auto Trait Implementations§
impl Freeze for Immediate64
impl RefUnwindSafe for Immediate64
impl Send for Immediate64
impl Sync for Immediate64
impl Unpin for Immediate64
impl UnwindSafe for Immediate64
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