pub struct ITfThreadMgr(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for ITfThreadMgr
impl !Sync for ITfThreadMgr
impl Freeze for ITfThreadMgr
impl RefUnwindSafe for ITfThreadMgr
impl Unpin for ITfThreadMgr
impl UnsafeUnpin for ITfThreadMgr
impl UnwindSafe for ITfThreadMgr
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