pub struct LinuxModule;
Expand description
Dummy implementation for Linux OS kernel module.
Trait Implementations§
Source§impl<Driver> VmiOsModule<'_, Driver> for LinuxModule
impl<Driver> VmiOsModule<'_, Driver> for LinuxModule
Auto Trait Implementations§
impl Freeze for LinuxModule
impl RefUnwindSafe for LinuxModule
impl Send for LinuxModule
impl Sync for LinuxModule
impl Unpin for LinuxModule
impl UnwindSafe for LinuxModule
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