Struct cranelift_codegen::binemit::NullStackMapSink [−][src]
pub struct NullStackMapSink {}Expand description
Placeholder StackMapSink that does nothing.
Trait Implementations
Output a bitmap of the stack representing the live reference variables at this code offset.
Auto Trait Implementations
impl RefUnwindSafe for NullStackMapSinkimpl Send for NullStackMapSinkimpl Sync for NullStackMapSinkimpl Unpin for NullStackMapSinkimpl UnwindSafe for NullStackMapSink