#[repr(C)]pub struct ISpRecoCategory {
pub lpVtbl: *const ISpRecoCategoryVtbl,
}
Fields§
§lpVtbl: *const ISpRecoCategoryVtbl
Implementations§
Source§impl ISpRecoCategory
impl ISpRecoCategory
pub unsafe fn GetType(&self, peCategoryType: *mut SPCATEGORYTYPE) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpRecoCategory
impl Deref for ISpRecoCategory
Auto Trait Implementations§
impl Freeze for ISpRecoCategory
impl RefUnwindSafe for ISpRecoCategory
impl !Send for ISpRecoCategory
impl !Sync for ISpRecoCategory
impl Unpin for ISpRecoCategory
impl UnwindSafe for ISpRecoCategory
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