Trait yaxpeax_core::ContextWrite[][src]

pub trait ContextWrite<A: Arch + ?Sized, CtxUpdate> {
    fn put(&mut self, address: <A as Arch>::Address, update: CtxUpdate);
}

Required methods

Implementors