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§
Sourcefn write(&mut self, vmclock_shm_body: &VMClockShmBody)
fn write(&mut self, vmclock_shm_body: &VMClockShmBody)
Update the shared memory segment with updated clock error bound data.