pub struct TcsId(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'a> From<TcsId> for ThreadControl<'a>
impl<'a> From<TcsId> for ThreadControl<'a>
source§fn from(h: TcsId) -> ThreadControl<'a>
fn from(h: TcsId) -> ThreadControl<'a>
Converts to this type from the input type.
source§impl PartialEq for TcsId
impl PartialEq for TcsId
impl Copy for TcsId
impl Eq for TcsId
impl StructuralEq for TcsId
impl StructuralPartialEq for TcsId
Auto Trait Implementations§
impl RefUnwindSafe for TcsId
impl Send for TcsId
impl Sync for TcsId
impl Unpin for TcsId
impl UnwindSafe for TcsId
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