#[repr(C)]pub struct ThreadO {
pub opaque: [u64; 2],
}
Fields§
§opaque: [u64; 2]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThreadO
impl RefUnwindSafe for ThreadO
impl Send for ThreadO
impl Sync for ThreadO
impl Unpin for ThreadO
impl UnwindSafe for ThreadO
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