#[repr(C)]pub struct ITextStory_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub GetActive: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetActive: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub GetRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetFormattedText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetActive: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetActive: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§GetRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetFormattedText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§SetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl ITextStory_Vtbl
impl ITextStory_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextStory_Vtblwhere
Identity: ITextStory_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextStory_Vtbl
impl RefUnwindSafe for ITextStory_Vtbl
impl Send for ITextStory_Vtbl
impl Sync for ITextStory_Vtbl
impl Unpin for ITextStory_Vtbl
impl UnwindSafe for ITextStory_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