pub struct GenerationIdRuntimeDeps {
pub gm: GuestMemory,
pub generation_id_recv: Receiver<[u8; 16]>,
pub notify_interrupt: LineInterrupt,
}Expand description
Various runtime objects used by the GenerationId device.
Fields§
§gm: GuestMemory§generation_id_recv: Receiver<[u8; 16]>§notify_interrupt: LineInterruptAuto Trait Implementations§
impl Freeze for GenerationIdRuntimeDeps
impl !RefUnwindSafe for GenerationIdRuntimeDeps
impl Send for GenerationIdRuntimeDeps
impl Sync for GenerationIdRuntimeDeps
impl Unpin for GenerationIdRuntimeDeps
impl !UnwindSafe for GenerationIdRuntimeDeps
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