Struct IGetClusterUIInfo_Vtbl
#[repr(C)]pub struct IGetClusterUIInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetClusterName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub GetLocale: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetFont: unsafe extern "system" fn(_: *mut c_void) -> HFONT,
pub GetIcon: unsafe extern "system" fn(_: *mut c_void) -> HICON,
}
Fields§
§base__: IUnknown_Vtbl
§GetClusterName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT
§GetLocale: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetFont: unsafe extern "system" fn(_: *mut c_void) -> HFONT
§GetIcon: unsafe extern "system" fn(_: *mut c_void) -> HICON
Implementations§
§impl IGetClusterUIInfo_Vtbl
impl IGetClusterUIInfo_Vtbl
pub const fn new<Identity: IGetClusterUIInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGetClusterUIInfo_Vtbl
impl RefUnwindSafe for IGetClusterUIInfo_Vtbl
impl Send for IGetClusterUIInfo_Vtbl
impl Sync for IGetClusterUIInfo_Vtbl
impl Unpin for IGetClusterUIInfo_Vtbl
impl UnwindSafe for IGetClusterUIInfo_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