Struct ITextPara2_Vtbl
#[repr(C)]pub struct ITextPara2_Vtbl {Show 17 fields
pub base__: ITextPara_Vtbl,
pub GetBorders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDuplicate2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDuplicate2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFontAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetFontAlignment: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetHangingPunctuation: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetHangingPunctuation: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetSnapToGrid: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSnapToGrid: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetTrimPunctuationAtStart: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTrimPunctuationAtStart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub IsEqual2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub SetEffects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
}Fields§
§base__: ITextPara_Vtbl§GetBorders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetDuplicate2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDuplicate2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetFontAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetFontAlignment: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetHangingPunctuation: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetHangingPunctuation: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetSnapToGrid: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetSnapToGrid: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetTrimPunctuationAtStart: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetTrimPunctuationAtStart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§GetEffects: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT§IsEqual2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§SetEffects: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULTImplementations§
§impl ITextPara2_Vtbl
impl ITextPara2_Vtbl
pub const fn new<Identity: ITextPara2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextPara2_Vtbl
impl RefUnwindSafe for ITextPara2_Vtbl
impl Send for ITextPara2_Vtbl
impl Sync for ITextPara2_Vtbl
impl Unpin for ITextPara2_Vtbl
impl UnwindSafe for ITextPara2_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