Struct ITfDisplayAttributeInfo_Vtbl
#[repr(C)]pub struct ITfDisplayAttributeInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetGUID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAttributeInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut TF_DISPLAYATTRIBUTE) -> HRESULT,
pub SetAttributeInfo: unsafe extern "system" fn(_: *mut c_void, _: *const TF_DISPLAYATTRIBUTE) -> HRESULT,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetGUID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetAttributeInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut TF_DISPLAYATTRIBUTE) -> HRESULT
§SetAttributeInfo: unsafe extern "system" fn(_: *mut c_void, _: *const TF_DISPLAYATTRIBUTE) -> HRESULT
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITfDisplayAttributeInfo_Vtbl
impl ITfDisplayAttributeInfo_Vtbl
pub const fn new<Identity: ITfDisplayAttributeInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfDisplayAttributeInfo_Vtbl
impl RefUnwindSafe for ITfDisplayAttributeInfo_Vtbl
impl Send for ITfDisplayAttributeInfo_Vtbl
impl Sync for ITfDisplayAttributeInfo_Vtbl
impl Unpin for ITfDisplayAttributeInfo_Vtbl
impl UnwindSafe for ITfDisplayAttributeInfo_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