Enum wit_parser::abi::Bitcast
source · pub enum Bitcast {
F32ToI32,
F64ToI64,
I32ToI64,
F32ToI64,
I32ToF32,
I64ToF64,
I64ToI32,
I64ToF32,
None,
}Variants
Trait Implementations
impl StructuralPartialEq for Bitcast
Auto Trait Implementations
impl RefUnwindSafe for Bitcast
impl Send for Bitcast
impl Sync for Bitcast
impl Unpin for Bitcast
impl UnwindSafe for Bitcast
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