pub enum Fpca {
Active,
NotActive,
}Expand description
Whether context floating-point is currently active
Variants
Active
Floating-point context active.
NotActive
No floating-point context active
Implementations
Trait Implementations
impl Copy for Fpca
impl Eq for Fpca
impl StructuralEq for Fpca
impl StructuralPartialEq for Fpca
Auto Trait Implementations
impl RefUnwindSafe for Fpca
impl Send for Fpca
impl Sync for Fpca
impl Unpin for Fpca
impl UnwindSafe for Fpca
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more