Trait cranelift_codegen::machinst::valueregs::InvalidSentinel [−][src]
A type with an “invalid” sentinel value.
Required methods
fn invalid_sentinel() -> Self
[src]
The invalid sentinel value.
Provided methods
fn is_invalid_sentinel(self) -> bool
[src]
Is this the invalid sentinel?