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