Struct windows::Win32::UI::Shell::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) -> HRESULT
Implementations§
§impl IPreviewHandlerVisuals_Vtbl
impl IPreviewHandlerVisuals_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPreviewHandlerVisuals_Vtblwhere
Identity: IPreviewHandlerVisuals_Impl + IUnknownImpl,
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