#[repr(C)]pub struct ISynchronize {
pub lpVtbl: *const ISynchronizeVtbl,
}
Fields§
§lpVtbl: *const ISynchronizeVtbl
Implementations§
Trait Implementations§
Source§impl Deref for ISynchronize
impl Deref for ISynchronize
Auto Trait Implementations§
impl Freeze for ISynchronize
impl RefUnwindSafe for ISynchronize
impl !Send for ISynchronize
impl !Sync for ISynchronize
impl Unpin for ISynchronize
impl UnwindSafe for ISynchronize
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