pub struct ConstantReference {
pub value: i64,
pub size: usize,
pub pointer: bool,
pub intermediate: bool,
}
Fields§
§value: i64
§size: usize
§pointer: bool
§intermediate: bool
Trait Implementations§
source§impl Clone for ConstantReference
impl Clone for ConstantReference
source§fn clone(&self) -> ConstantReference
fn clone(&self) -> ConstantReference
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 ConstantReference
impl Debug for ConstantReference
source§impl From<BNConstantReference> for ConstantReference
impl From<BNConstantReference> for ConstantReference
source§fn from(value: BNConstantReference) -> Self
fn from(value: BNConstantReference) -> Self
Converts to this type from the input type.
source§impl From<ConstantReference> for BNConstantReference
impl From<ConstantReference> for BNConstantReference
source§fn from(value: ConstantReference) -> Self
fn from(value: ConstantReference) -> Self
Converts to this type from the input type.
source§impl Hash for ConstantReference
impl Hash for ConstantReference
source§impl PartialEq for ConstantReference
impl PartialEq for ConstantReference
impl Copy for ConstantReference
impl Eq for ConstantReference
impl StructuralPartialEq for ConstantReference
Auto Trait Implementations§
impl Freeze for ConstantReference
impl RefUnwindSafe for ConstantReference
impl Send for ConstantReference
impl Sync for ConstantReference
impl Unpin for ConstantReference
impl UnwindSafe for ConstantReference
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