pub struct FfiComGuard(/* private fields */);Expand description
Opaque handle for a COM guard.
Auto Trait Implementations§
impl Freeze for FfiComGuard
impl RefUnwindSafe for FfiComGuard
impl !Send for FfiComGuard
impl !Sync for FfiComGuard
impl Unpin for FfiComGuard
impl UnsafeUnpin for FfiComGuard
impl UnwindSafe for FfiComGuard
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