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