#[repr(C)]pub struct ISpRecoCategoryVtbl {
pub parent: IUnknownVtbl,
pub GetType: unsafe extern "system" fn(This: *mut ISpRecoCategory, peCategoryType: *mut SPCATEGORYTYPE) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§GetType: unsafe extern "system" fn(This: *mut ISpRecoCategory, peCategoryType: *mut SPCATEGORYTYPE) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpRecoCategoryVtbl
impl RefUnwindSafe for ISpRecoCategoryVtbl
impl Send for ISpRecoCategoryVtbl
impl Sync for ISpRecoCategoryVtbl
impl Unpin for ISpRecoCategoryVtbl
impl UnwindSafe for ISpRecoCategoryVtbl
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