Struct pwasm_utils::rules::Set [−][src]
pub struct Set { /* fields omitted */ }
Implementations
impl Set
[src]
impl Set
[src]pub struct Set { /* fields omitted */ }
impl Set
[src]pub fn new(regular: u32, entries: Map<InstructionType, Metering>) -> Self
[src]pub fn process(&self, instruction: &Instruction) -> Result<u32, ()>
[src]pub fn grow_cost(&self) -> u32
[src]pub fn with_grow_cost(self, val: u32) -> Self
[src]pub fn with_forbidden_floats(self) -> Self
[src]impl RefUnwindSafe for Set
impl Send for Set
impl Sync for Set
impl Unpin for Set
impl UnwindSafe for Set