pub struct ITextStoryRanges2(/* private fields */);Implementations§
Source§impl ITextStoryRanges2
impl ITextStoryRanges2
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32, Error>
pub unsafe fn GetTypeInfo( &self, itinfo: u32, lcid: u32, ) -> Result<ITypeInfo, Error>
pub unsafe fn GetIDsOfNames( &self, riid: *const Guid, rgsznames: *const PWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> Result<(), Error>
pub unsafe fn Invoke( &self, dispidmember: i32, riid: *const Guid, lcid: u32, wflags: u16, pdispparams: *const DISPPARAMS, pvarresult: *mut VARIANT, pexcepinfo: *mut EXCEPINFO, puargerr: *mut u32, ) -> Result<(), Error>
pub unsafe fn _NewEnum(&self) -> Result<IUnknown, Error>
pub unsafe fn Item(&self, index: i32) -> Result<ITextRange, Error>
pub unsafe fn GetCount(&self) -> Result<i32, Error>
pub unsafe fn Item2(&self, index: i32) -> Result<ITextRange2, Error>
Trait Implementations§
Source§impl Clone for ITextStoryRanges2
impl Clone for ITextStoryRanges2
Source§fn clone(&self) -> ITextStoryRanges2
fn clone(&self) -> ITextStoryRanges2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ITextStoryRanges2
impl Debug for ITextStoryRanges2
Source§impl From<&ITextStoryRanges2> for IDispatch
impl From<&ITextStoryRanges2> for IDispatch
Source§fn from(value: &ITextStoryRanges2) -> IDispatch
fn from(value: &ITextStoryRanges2) -> IDispatch
Converts to this type from the input type.
Source§impl From<&ITextStoryRanges2> for ITextStoryRanges
impl From<&ITextStoryRanges2> for ITextStoryRanges
Source§fn from(value: &ITextStoryRanges2) -> ITextStoryRanges
fn from(value: &ITextStoryRanges2) -> ITextStoryRanges
Converts to this type from the input type.
Source§impl From<ITextStoryRanges2> for IDispatch
impl From<ITextStoryRanges2> for IDispatch
Source§fn from(value: ITextStoryRanges2) -> IDispatch
fn from(value: ITextStoryRanges2) -> IDispatch
Converts to this type from the input type.
Source§impl From<ITextStoryRanges2> for ITextStoryRanges
impl From<ITextStoryRanges2> for ITextStoryRanges
Source§fn from(value: ITextStoryRanges2) -> ITextStoryRanges
fn from(value: ITextStoryRanges2) -> ITextStoryRanges
Converts to this type from the input type.
Source§impl Interface for ITextStoryRanges2
impl Interface for ITextStoryRanges2
Source§impl PartialEq for ITextStoryRanges2
impl PartialEq for ITextStoryRanges2
impl Eq for ITextStoryRanges2
impl StructuralPartialEq for ITextStoryRanges2
Auto Trait Implementations§
impl Freeze for ITextStoryRanges2
impl RefUnwindSafe for ITextStoryRanges2
impl !Send for ITextStoryRanges2
impl !Sync for ITextStoryRanges2
impl Unpin for ITextStoryRanges2
impl UnwindSafe for ITextStoryRanges2
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