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