pub struct ITextStoryRanges(/* private fields */);
Implementations§
Source§impl ITextStoryRanges
impl ITextStoryRanges
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32>
pub unsafe fn GetTypeInfo(&self, itinfo: u32, lcid: u32) -> Result<ITypeInfo>
pub unsafe fn GetIDsOfNames( &self, riid: *const Guid, rgsznames: *const PWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> Result<()>
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<()>
pub unsafe fn _NewEnum(&self) -> Result<IUnknown>
pub unsafe fn Item(&self, index: i32) -> Result<ITextRange>
pub unsafe fn GetCount(&self) -> Result<i32>
Trait Implementations§
Source§impl Clone for ITextStoryRanges
impl Clone for ITextStoryRanges
Source§fn clone(&self) -> ITextStoryRanges
fn clone(&self) -> ITextStoryRanges
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 ITextStoryRanges
impl Debug for ITextStoryRanges
Source§impl From<&ITextStoryRanges> for IDispatch
impl From<&ITextStoryRanges> for IDispatch
Source§fn from(value: &ITextStoryRanges) -> Self
fn from(value: &ITextStoryRanges) -> Self
Converts to this type from the input type.
Source§impl From<&ITextStoryRanges> for IUnknown
impl From<&ITextStoryRanges> for IUnknown
Source§fn from(value: &ITextStoryRanges) -> Self
fn from(value: &ITextStoryRanges) -> Self
Converts to this type from the input type.
Source§impl From<&ITextStoryRanges2> for ITextStoryRanges
impl From<&ITextStoryRanges2> for ITextStoryRanges
Source§fn from(value: &ITextStoryRanges2) -> Self
fn from(value: &ITextStoryRanges2) -> Self
Converts to this type from the input type.
Source§impl From<ITextStoryRanges> for IDispatch
impl From<ITextStoryRanges> for IDispatch
Source§fn from(value: ITextStoryRanges) -> Self
fn from(value: ITextStoryRanges) -> Self
Converts to this type from the input type.
Source§impl From<ITextStoryRanges> for IUnknown
impl From<ITextStoryRanges> for IUnknown
Source§fn from(value: ITextStoryRanges) -> Self
fn from(value: ITextStoryRanges) -> Self
Converts to this type from the input type.
Source§impl From<ITextStoryRanges2> for ITextStoryRanges
impl From<ITextStoryRanges2> for ITextStoryRanges
Source§fn from(value: ITextStoryRanges2) -> Self
fn from(value: ITextStoryRanges2) -> Self
Converts to this type from the input type.
Source§impl Interface for ITextStoryRanges
impl Interface for ITextStoryRanges
Source§impl PartialEq for ITextStoryRanges
impl PartialEq for ITextStoryRanges
impl Eq for ITextStoryRanges
impl StructuralPartialEq for ITextStoryRanges
Auto Trait Implementations§
impl Freeze for ITextStoryRanges
impl RefUnwindSafe for ITextStoryRanges
impl !Send for ITextStoryRanges
impl !Sync for ITextStoryRanges
impl Unpin for ITextStoryRanges
impl UnwindSafe for ITextStoryRanges
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