Trait c2rust_asm_casts::AsmCastTrait
source · pub trait AsmCastTrait<Out, In> {
type Type;
// Required methods
fn cast_in(_: &mut Out, x: In) -> Self::Type;
fn cast_out(out: &mut Out, _: In, x: Self::Type);
}Expand description
This trait implements the cast functions for the type pair