pub struct FirefoxProfileThreadId {
pub tid: usize,
/* private fields */
}
Expand description
Represents an opaque promise that a thread can be registered with the given id, including some information internally necessary for doing so.
Fields
tid: usize
A unique id representing this thread. It has no correlation to Unix thread ids.
Auto Trait Implementations
impl RefUnwindSafe for FirefoxProfileThreadId
impl Send for FirefoxProfileThreadId
impl Sync for FirefoxProfileThreadId
impl Unpin for FirefoxProfileThreadId
impl UnwindSafe for FirefoxProfileThreadId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more