Struct windows::Foundation::IStringable_Vtbl
#[repr(C)]pub struct IStringable_Vtbl {
pub base__: IInspectable_Vtbl,
pub ToString: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ToString: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Implementations§
§impl IStringable_Vtbl
impl IStringable_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IStringable_Vtblwhere
Identity: IStringable_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStringable_Vtbl
impl RefUnwindSafe for IStringable_Vtbl
impl Send for IStringable_Vtbl
impl Sync for IStringable_Vtbl
impl Unpin for IStringable_Vtbl
impl UnwindSafe for IStringable_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