#[repr(C)]pub struct BNRegisterStackInfo {
pub firstStorageReg: u32,
pub firstTopRelativeReg: u32,
pub storageCount: u32,
pub topRelativeCount: u32,
pub stackTopReg: u32,
}Fields§
§firstStorageReg: u32§firstTopRelativeReg: u32§storageCount: u32§topRelativeCount: u32§stackTopReg: u32Trait Implementations§
Source§impl Clone for BNRegisterStackInfo
impl Clone for BNRegisterStackInfo
Source§fn clone(&self) -> BNRegisterStackInfo
fn clone(&self) -> BNRegisterStackInfo
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 BNRegisterStackInfo
impl Debug for BNRegisterStackInfo
Source§impl Default for BNRegisterStackInfo
impl Default for BNRegisterStackInfo
Source§fn default() -> BNRegisterStackInfo
fn default() -> BNRegisterStackInfo
Returns the “default value” for a type. Read more
impl Copy for BNRegisterStackInfo
Auto Trait Implementations§
impl Freeze for BNRegisterStackInfo
impl RefUnwindSafe for BNRegisterStackInfo
impl Send for BNRegisterStackInfo
impl Sync for BNRegisterStackInfo
impl Unpin for BNRegisterStackInfo
impl UnwindSafe for BNRegisterStackInfo
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