Struct ITextDocument2_Vtbl
#[repr(C)]pub struct ITextDocument2_Vtbl {
pub base__: IInspectable_Vtbl,
pub AlignmentIncludesTrailingWhitespace: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAlignmentIncludesTrailingWhitespace: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IgnoreTrailingCharacterSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIgnoreTrailingCharacterSpacing: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AlignmentIncludesTrailingWhitespace: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetAlignmentIncludesTrailingWhitespace: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IgnoreTrailingCharacterSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIgnoreTrailingCharacterSpacing: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULTAuto Trait Implementations§
impl Freeze for ITextDocument2_Vtbl
impl RefUnwindSafe for ITextDocument2_Vtbl
impl Send for ITextDocument2_Vtbl
impl Sync for ITextDocument2_Vtbl
impl Unpin for ITextDocument2_Vtbl
impl UnwindSafe for ITextDocument2_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