Struct IGuidHelperStatics_Vtbl
#[repr(C)]pub struct IGuidHelperStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateNewGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Empty: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Equals: unsafe extern "system" fn(_: *mut c_void, _: &GUID, _: &GUID, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§CreateNewGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§Empty: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§Equals: unsafe extern "system" fn(_: *mut c_void, _: &GUID, _: &GUID, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IGuidHelperStatics_Vtbl
impl RefUnwindSafe for IGuidHelperStatics_Vtbl
impl Send for IGuidHelperStatics_Vtbl
impl Sync for IGuidHelperStatics_Vtbl
impl Unpin for IGuidHelperStatics_Vtbl
impl UnwindSafe for IGuidHelperStatics_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