#[repr(C)]pub struct BNRegisterOrConstant {
pub constant: bool,
pub reg: u32,
pub value: u64,
}Fields§
§constant: bool§reg: u32§value: u64Trait Implementations§
Source§impl Clone for BNRegisterOrConstant
impl Clone for BNRegisterOrConstant
Source§fn clone(&self) -> BNRegisterOrConstant
fn clone(&self) -> BNRegisterOrConstant
Returns a duplicate 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 BNRegisterOrConstant
impl Debug for BNRegisterOrConstant
Source§impl Default for BNRegisterOrConstant
impl Default for BNRegisterOrConstant
Source§fn default() -> BNRegisterOrConstant
fn default() -> BNRegisterOrConstant
Returns the “default value” for a type. Read more
impl Copy for BNRegisterOrConstant
Auto Trait Implementations§
impl Freeze for BNRegisterOrConstant
impl RefUnwindSafe for BNRegisterOrConstant
impl Send for BNRegisterOrConstant
impl Sync for BNRegisterOrConstant
impl Unpin for BNRegisterOrConstant
impl UnwindSafe for BNRegisterOrConstant
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