Enum Lspact
pub enum Lspact {
_0 = 0,
_1 = 1,
}Expand description
Lazy state preservation.
Value on reset: 0
Variants§
_0 = 0
0: Lazy state preservation is not active.
_1 = 1
1: Lazy state preservation is active. floating-point stack frame has been allocated but saving state to it has been deferred.
Trait Implementations§
impl Copy for Lspact
impl Eq for Lspact
impl StructuralPartialEq for Lspact
Auto Trait Implementations§
impl Freeze for Lspact
impl RefUnwindSafe for Lspact
impl Send for Lspact
impl Sync for Lspact
impl Unpin for Lspact
impl UnwindSafe for Lspact
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more