pub struct LinuxThread;
Expand description
Dummy implementation for Linux OS thread.
Trait Implementations§
Source§impl<'a, Driver> VmiOsThread<'a, Driver> for LinuxThread
impl<'a, Driver> VmiOsThread<'a, Driver> for LinuxThread
Auto Trait Implementations§
impl Freeze for LinuxThread
impl RefUnwindSafe for LinuxThread
impl Send for LinuxThread
impl Sync for LinuxThread
impl Unpin for LinuxThread
impl UnwindSafe for LinuxThread
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