pub struct VirtioEntropyDevice;Expand description
Placeholder — the guest gets entropy from the kernel’s virtio-rng if present in the FDT. Kept for API compatibility with vm-darwin.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioEntropyDevice
impl RefUnwindSafe for VirtioEntropyDevice
impl Send for VirtioEntropyDevice
impl Sync for VirtioEntropyDevice
impl Unpin for VirtioEntropyDevice
impl UnsafeUnpin for VirtioEntropyDevice
impl UnwindSafe for VirtioEntropyDevice
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