pub struct Pthread {
pub os_tid: UnsafeCell<OsTid>,
/* private fields */
}Fields§
§os_tid: UnsafeCell<OsTid>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Pthread
impl !RefUnwindSafe for Pthread
impl Unpin for Pthread
impl UnsafeUnpin for Pthread
impl UnwindSafe for Pthread
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