pub struct OsTid {
pub thread_fd: usize,
}Fields§
§thread_fd: usizeTrait Implementations§
Source§impl Ord for OsTid
impl Ord for OsTid
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OsTid
impl PartialOrd for OsTid
impl Copy for OsTid
impl Eq for OsTid
impl StructuralPartialEq for OsTid
Auto Trait Implementations§
impl Freeze for OsTid
impl RefUnwindSafe for OsTid
impl Send for OsTid
impl Sync for OsTid
impl Unpin for OsTid
impl UnsafeUnpin for OsTid
impl UnwindSafe for OsTid
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