#[repr(C)]pub struct instr_t {
pub black_box_uint: [uint; 28],
}Expand description
Internal structure of instr_t is below abstraction layer, but we provide its size so that it can be used in stack variables instead of always allocated on the heap.
Fields§
§black_box_uint: [uint; 28]Trait Implementations§
Auto Trait Implementations§
impl Freeze for instr_t
impl RefUnwindSafe for instr_t
impl Send for instr_t
impl Sync for instr_t
impl Unpin for instr_t
impl UnwindSafe for instr_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