#[repr(C)]pub struct interp_hw_t {
pub accum: [io_rw_32; 2],
pub base: [io_rw_32; 3],
pub pop: [io_ro_32; 3],
pub peek: [io_ro_32; 3],
pub ctrl: [io_rw_32; 2],
pub add_raw: [io_rw_32; 2],
pub base01: io_wo_32,
}Fields§
§accum: [io_rw_32; 2]§base: [io_rw_32; 3]§pop: [io_ro_32; 3]§peek: [io_ro_32; 3]§ctrl: [io_rw_32; 2]§add_raw: [io_rw_32; 2]§base01: io_wo_32Trait Implementations§
Source§impl Clone for interp_hw_t
impl Clone for interp_hw_t
Source§fn clone(&self) -> interp_hw_t
fn clone(&self) -> interp_hw_t
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 interp_hw_t
impl Debug for interp_hw_t
impl Copy for interp_hw_t
Auto Trait Implementations§
impl Freeze for interp_hw_t
impl RefUnwindSafe for interp_hw_t
impl Send for interp_hw_t
impl Sync for interp_hw_t
impl Unpin for interp_hw_t
impl UnwindSafe for interp_hw_t
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