Struct windows::Foundation::IReference_Vtbl
#[repr(C)]pub struct IReference_Vtbl<T>where
T: RuntimeType + 'static,{
pub base__: IInspectable_Vtbl,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut AbiType<T>) -> HRESULT,
pub T: PhantomData<T>,
}
Fields§
§base__: IInspectable_Vtbl
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut AbiType<T>) -> HRESULT
§T: PhantomData<T>
Implementations§
§impl<T: RuntimeType + 'static> IReference_Vtbl<T>
impl<T: RuntimeType + 'static> IReference_Vtbl<T>
pub const fn new<Identity, const OFFSET: isize>() -> IReference_Vtbl<T>where
Identity: IReference_Impl<T> + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl<T> Freeze for IReference_Vtbl<T>
impl<T> RefUnwindSafe for IReference_Vtbl<T>where
T: RefUnwindSafe,
impl<T> Send for IReference_Vtbl<T>where
T: Send,
impl<T> Sync for IReference_Vtbl<T>where
T: Sync,
impl<T> Unpin for IReference_Vtbl<T>where
T: Unpin,
impl<T> UnwindSafe for IReference_Vtbl<T>where
T: UnwindSafe,
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