Struct INotificationBinding_Vtbl
#[repr(C)]pub struct INotificationBinding_Vtbl {
pub base__: IInspectable_Vtbl,
pub Template: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTemplate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Language: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Hints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetTextElements: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Template: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTemplate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Language: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Hints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetTextElements: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for INotificationBinding_Vtbl
impl RefUnwindSafe for INotificationBinding_Vtbl
impl Send for INotificationBinding_Vtbl
impl Sync for INotificationBinding_Vtbl
impl Unpin for INotificationBinding_Vtbl
impl UnwindSafe for INotificationBinding_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