VMClockShmWrite

Trait VMClockShmWrite 

Source
pub trait VMClockShmWrite {
    // Required method
    fn write(&mut self, vmclock_shm_body: &VMClockShmBody);
}
Expand description

Trait that a writer to the shared memory segment has to implement.

Required Methods§

Source

fn write(&mut self, vmclock_shm_body: &VMClockShmBody)

Update the shared memory segment with updated clock error bound data.

Implementors§