Trait Externs

Source
pub trait Externs {
    // Provided methods
    fn wom_write(&mut self, _addr: BabyBearElem, _val: BabyBearExtElem) { ... }
    fn wom_read(&self, _addr: BabyBearElem) -> BabyBearExtElem { ... }
    fn read_iop_header(
        &mut self,
        _count: BabyBearElem,
        _k_and_flip_flag: BabyBearElem,
    ) { ... }
    fn read_iop_body(&mut self, _do_mont: BabyBearElem) -> BabyBearExtElem { ... }
    fn read_input_word(&mut self) -> u32 { ... }
}

Provided Methods§

Source

fn wom_write(&mut self, _addr: BabyBearElem, _val: BabyBearExtElem)

Source

fn wom_read(&self, _addr: BabyBearElem) -> BabyBearExtElem

Source

fn read_iop_header( &mut self, _count: BabyBearElem, _k_and_flip_flag: BabyBearElem, )

Source

fn read_iop_body(&mut self, _do_mont: BabyBearElem) -> BabyBearExtElem

Source

fn read_input_word(&mut self) -> u32

Implementors§