pub struct Helpers {
pub load: FuncId,
pub store: FuncId,
pub divisions: [FuncId; 4],
}Expand description
The runtime entry points compiled code calls when an access cannot be settled inline, as declared in the module.
Fields§
§load: FuncId§store: FuncId§divisions: [FuncId; 4]The 128-bit divisions, in Division order.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Helpers
impl RefUnwindSafe for Helpers
impl Send for Helpers
impl Sync for Helpers
impl Unpin for Helpers
impl UnsafeUnpin for Helpers
impl UnwindSafe for Helpers
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