Struct cranelift_codegen::binemit::NullStackMapSink
source · [−]pub struct NullStackMapSink {}
Expand description
Placeholder StackMapSink that does nothing.
Trait Implementations
sourceimpl StackMapSink for NullStackMapSink
impl StackMapSink for NullStackMapSink
sourcefn add_stack_map(&mut self, _: CodeOffset, _: StackMap)
fn add_stack_map(&mut self, _: CodeOffset, _: StackMap)
Output a bitmap of the stack representing the live reference variables at this code offset.
Auto Trait Implementations
impl RefUnwindSafe for NullStackMapSink
impl Send for NullStackMapSink
impl Sync for NullStackMapSink
impl Unpin for NullStackMapSink
impl UnwindSafe for NullStackMapSink
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more