pub enum LSPACT_A {
_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_A
impl StructuralPartialEq for LSPACT_A
Auto Trait Implementations§
impl Freeze for LSPACT_A
impl RefUnwindSafe for LSPACT_A
impl Send for LSPACT_A
impl Sync for LSPACT_A
impl Unpin for LSPACT_A
impl UnwindSafe for LSPACT_A
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