pub struct AcpiThreadCallback { /* private fields */ }
Expand description
A callback to run in a new thread.
The call
method should be used to run the callback from the created thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcpiThreadCallback
impl RefUnwindSafe for AcpiThreadCallback
impl !Send for AcpiThreadCallback
impl !Sync for AcpiThreadCallback
impl Unpin for AcpiThreadCallback
impl UnwindSafe for AcpiThreadCallback
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