pub struct IOleDocumentView(/* private fields */);Implementations§
Source§impl IOleDocumentView
impl IOleDocumentView
pub unsafe fn SetInPlaceSite<'a, T0__: IntoParam<'a, IOleInPlaceSite>>( &self, pipsite: T0__, ) -> ErrorCode
pub unsafe fn GetInPlaceSite( &self, ppipsite: *mut Option<IOleInPlaceSite>, ) -> ErrorCode
pub unsafe fn GetDocument(&self, ppunk: *mut Option<IUnknown>) -> ErrorCode
pub unsafe fn SetRect(&self, prcview: *mut RECT) -> ErrorCode
pub unsafe fn GetRect(&self, prcview: *mut RECT) -> ErrorCode
pub unsafe fn SetRectComplex( &self, prcview: *mut RECT, prchscroll: *mut RECT, prcvscroll: *mut RECT, prcsizebox: *mut RECT, ) -> ErrorCode
pub unsafe fn Show<'a, T0__: IntoParam<'a, BOOL>>( &self, fshow: T0__, ) -> ErrorCode
pub unsafe fn UIActivate<'a, T0__: IntoParam<'a, BOOL>>( &self, fuiactivate: T0__, ) -> ErrorCode
pub unsafe fn Open(&self) -> ErrorCode
pub unsafe fn CloseView(&self, dwreserved: u32) -> ErrorCode
pub unsafe fn SaveViewState<'a, T0__: IntoParam<'a, IStream>>( &self, pstm: T0__, ) -> ErrorCode
pub unsafe fn ApplyViewState<'a, T0__: IntoParam<'a, IStream>>( &self, pstm: T0__, ) -> ErrorCode
pub unsafe fn Clone<'a, T0__: IntoParam<'a, IOleInPlaceSite>>( &self, pipsitenew: T0__, ppviewnew: *mut Option<IOleDocumentView>, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleDocumentView
impl Clone for IOleDocumentView
Source§fn clone(&self) -> IOleDocumentView
fn clone(&self) -> IOleDocumentView
Returns a duplicate 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 IOleDocumentView
impl Debug for IOleDocumentView
Source§impl From<&IOleDocumentView> for IUnknown
impl From<&IOleDocumentView> for IUnknown
Source§fn from(value: &IOleDocumentView) -> Self
fn from(value: &IOleDocumentView) -> Self
Converts to this type from the input type.
Source§impl From<IOleDocumentView> for IUnknown
impl From<IOleDocumentView> for IUnknown
Source§fn from(value: IOleDocumentView) -> Self
fn from(value: IOleDocumentView) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleDocumentView
impl Interface for IOleDocumentView
const IID: Guid
type Vtable = IOleDocumentView_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleDocumentView
impl<'a> IntoParam<'a, IUnknown> for &'a IOleDocumentView
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleDocumentView
impl<'a> IntoParam<'a, IUnknown> for IOleDocumentView
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleDocumentView
impl PartialEq for IOleDocumentView
impl Eq for IOleDocumentView
impl StructuralPartialEq for IOleDocumentView
Auto Trait Implementations§
impl Freeze for IOleDocumentView
impl RefUnwindSafe for IOleDocumentView
impl !Send for IOleDocumentView
impl !Sync for IOleDocumentView
impl Unpin for IOleDocumentView
impl UnwindSafe for IOleDocumentView
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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