Struct IUIRibbon_Vtbl
#[repr(C)]pub struct IUIRibbon_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub LoadSettingsFromStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SaveSettingsToStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§LoadSettingsFromStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SaveSettingsToStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUIRibbon_Vtbl
impl IUIRibbon_Vtbl
pub const fn new<Identity: IUIRibbon_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIRibbon_Vtbl
impl RefUnwindSafe for IUIRibbon_Vtbl
impl Send for IUIRibbon_Vtbl
impl Sync for IUIRibbon_Vtbl
impl Unpin for IUIRibbon_Vtbl
impl UnwindSafe for IUIRibbon_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