#[repr(C)]pub struct HostShmemProtected {
pub host_id: HostId,
pub root: Root,
pub unapplied_cpu_latency: SimulationTime,
pub max_runahead_time: EmulatedTime,
}
Fields§
§host_id: HostId
§root: Root
§unapplied_cpu_latency: SimulationTime
§max_runahead_time: EmulatedTime
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostShmemProtected
impl !RefUnwindSafe for HostShmemProtected
impl Send for HostShmemProtected
impl !Sync for HostShmemProtected
impl Unpin for HostShmemProtected
impl UnwindSafe for HostShmemProtected
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more