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