Struct windows::Win32::System::Com::ISynchronizeMutex_Vtbl
#[repr(C)]pub struct ISynchronizeMutex_Vtbl {
pub base__: ISynchronize_Vtbl,
pub ReleaseMutex: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ISynchronize_Vtbl
§ReleaseMutex: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISynchronizeMutex_Vtbl
impl ISynchronizeMutex_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISynchronizeMutex_Vtblwhere
Identity: ISynchronizeMutex_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISynchronizeMutex_Vtbl
impl RefUnwindSafe for ISynchronizeMutex_Vtbl
impl Send for ISynchronizeMutex_Vtbl
impl Sync for ISynchronizeMutex_Vtbl
impl Unpin for ISynchronizeMutex_Vtbl
impl UnwindSafe for ISynchronizeMutex_Vtbl
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