pub enum FPType {
Half,
Single,
Double,
FP128,
X86_FP80,
PPC_FP128,
}
Expand description
Variants§
Trait Implementations§
source§impl PartialEq<FPType> for FPType
impl PartialEq<FPType> for FPType
impl Copy for FPType
impl Eq for FPType
impl StructuralEq for FPType
impl StructuralPartialEq for FPType
Auto Trait Implementations§
impl RefUnwindSafe for FPType
impl Send for FPType
impl Sync for FPType
impl Unpin for FPType
impl UnwindSafe for FPType
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