Skip to main content

FenceIHandler

Trait FenceIHandler 

Source
pub trait FenceIHandler {
    // Provided method
    fn handle_fence_i(&mut self) { ... }
}
Expand description

Custom handler for Zifencei extension’s fence.i instruction

Provided Methods§

Source

fn handle_fence_i(&mut self)

Handle a fence.i instruction

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> FenceIHandler for &mut T
where T: FenceIHandler,

Implementors§