#[repr(C)]pub enum TdThrType {
AnyType = 0,
User = 1,
System = 2,
}Expand description
Type of the thread (system vs user thread).
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TdThrType
impl RefUnwindSafe for TdThrType
impl Send for TdThrType
impl Sync for TdThrType
impl Unpin for TdThrType
impl UnwindSafe for TdThrType
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