#[repr(i32)]pub enum tagCOINIT {
COINIT_APARTMENTTHREADED = 2,
COINIT_MULTITHREADED = 0,
COINIT_DISABLE_OLE1DDE = 4,
COINIT_SPEED_OVER_MEMORY = 8,
}Variants§
COINIT_APARTMENTTHREADED = 2
COINIT_MULTITHREADED = 0
COINIT_DISABLE_OLE1DDE = 4
COINIT_SPEED_OVER_MEMORY = 8
Trait Implementations§
impl Copy for tagCOINIT
impl Eq for tagCOINIT
impl StructuralPartialEq for tagCOINIT
Auto Trait Implementations§
impl Freeze for tagCOINIT
impl RefUnwindSafe for tagCOINIT
impl Send for tagCOINIT
impl Sync for tagCOINIT
impl Unpin for tagCOINIT
impl UnwindSafe for tagCOINIT
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