Struct IVisualProperties_Vtbl
#[repr(C)]pub struct IVisualProperties_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetWatermark: unsafe extern "system" fn(_: *mut c_void, _: HBITMAP, _: VPWATERMARKFLAGS) -> HRESULT,
    pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: VPCOLORFLAGS, _: COLORREF) -> HRESULT,
    pub GetColor: unsafe extern "system" fn(_: *mut c_void, _: VPCOLORFLAGS, _: *mut COLORREF) -> HRESULT,
    pub SetItemHeight: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
    pub GetItemHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
    pub SetFont: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW, _: BOOL) -> HRESULT,
    pub GetFont: unsafe extern "system" fn(_: *mut c_void, _: *mut LOGFONTW) -> HRESULT,
    pub SetTheme: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetWatermark: unsafe extern "system" fn(_: *mut c_void, _: HBITMAP, _: VPWATERMARKFLAGS) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: VPCOLORFLAGS, _: COLORREF) -> HRESULT§GetColor: unsafe extern "system" fn(_: *mut c_void, _: VPCOLORFLAGS, _: *mut COLORREF) -> HRESULT§SetItemHeight: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetItemHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetFont: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW, _: BOOL) -> HRESULT§GetFont: unsafe extern "system" fn(_: *mut c_void, _: *mut LOGFONTW) -> HRESULT§SetTheme: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULTImplementations§
§impl IVisualProperties_Vtbl
 
impl IVisualProperties_Vtbl
pub const fn new<Identity: IVisualProperties_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVisualProperties_Vtbl
impl RefUnwindSafe for IVisualProperties_Vtbl
impl Send for IVisualProperties_Vtbl
impl Sync for IVisualProperties_Vtbl
impl Unpin for IVisualProperties_Vtbl
impl UnwindSafe for IVisualProperties_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