pub type RawRestoreState = ();Expand description
Raw, transparent “restore state”.
This type changes based on which Cargo feature is selected, out of
restore-state-none(default, makes the type be())restore-state-boolrestore-state-u8restore-state-u16restore-state-u32restore-state-u64restore-state-usize
See RestoreState.
User code uses RestoreState opaquely, critical section implementations
use RawRestoreState so that they can use the inner value.
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes