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