pub enum CoinitMode {
MultiTreaded,
ApartmentThreaded,
}
Variants§
Auto Trait Implementations§
impl Freeze for CoinitMode
impl RefUnwindSafe for CoinitMode
impl Send for CoinitMode
impl Sync for CoinitMode
impl Unpin for CoinitMode
impl UnwindSafe for CoinitMode
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