Struct IPreviewHandlerVisuals_Vtbl
#[repr(C)]pub struct IPreviewHandlerVisuals_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT,
    pub SetFont: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW) -> HRESULT,
    pub SetTextColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT§SetFont: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW) -> HRESULT§SetTextColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULTImplementations§
§impl IPreviewHandlerVisuals_Vtbl
 
impl IPreviewHandlerVisuals_Vtbl
pub const fn new<Identity: IPreviewHandlerVisuals_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPreviewHandlerVisuals_Vtbl
impl RefUnwindSafe for IPreviewHandlerVisuals_Vtbl
impl Send for IPreviewHandlerVisuals_Vtbl
impl Sync for IPreviewHandlerVisuals_Vtbl
impl Unpin for IPreviewHandlerVisuals_Vtbl
impl UnwindSafe for IPreviewHandlerVisuals_Vtbl
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