pub enum X86ThreadIdProvider {}
Expand description
Implement the ThreadIdProvider
trait for x86 platforms.
Trait Implementations§
Source§impl ThreadIdProvider for X86ThreadIdProvider
impl ThreadIdProvider for X86ThreadIdProvider
Source§fn running_thread_id() -> usize
fn running_thread_id() -> usize
Return a unique ID for the currently executing thread. Read more
Auto Trait Implementations§
impl Freeze for X86ThreadIdProvider
impl RefUnwindSafe for X86ThreadIdProvider
impl Send for X86ThreadIdProvider
impl Sync for X86ThreadIdProvider
impl Unpin for X86ThreadIdProvider
impl UnwindSafe for X86ThreadIdProvider
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