Trait mnemos_d1_core::plic::IntoBits
source · trait IntoBits: Sized + Copy {
// Required method
fn into_bits(self) -> u32;
}
Expand description
Bit conversions
Required Methods§
Object Safety§
This trait is not object safe.