Enum Lspen
pub enum Lspen {
_0 = 0,
_1 = 1,
}Expand description
Lazy state preservation for floating-point context.
Value on reset: 1
Variants§
_0 = 0
0: Disable automatic lazy state preservation for floating-point context.
_1 = 1
1: Enable automatic lazy state preservation for floating-point context.
Trait Implementations§
impl Copy for Lspen
impl Eq for Lspen
impl StructuralPartialEq for Lspen
Auto Trait Implementations§
impl Freeze for Lspen
impl RefUnwindSafe for Lspen
impl Send for Lspen
impl Sync for Lspen
impl Unpin for Lspen
impl UnwindSafe for Lspen
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