#[repr(C)]pub struct BNConstantReference {
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 BNConstantReference
impl Clone for BNConstantReference
source§fn clone(&self) -> BNConstantReference
fn clone(&self) -> BNConstantReference
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 BNConstantReference
impl Debug for BNConstantReference
source§impl Default for BNConstantReference
impl Default for BNConstantReference
source§fn default() -> BNConstantReference
fn default() -> BNConstantReference
Returns the “default value” for a type. Read more
impl Copy for BNConstantReference
Auto Trait Implementations§
impl Freeze for BNConstantReference
impl RefUnwindSafe for BNConstantReference
impl Send for BNConstantReference
impl Sync for BNConstantReference
impl Unpin for BNConstantReference
impl UnwindSafe for BNConstantReference
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
)