pub struct IViewObjectEx(/* private fields */);Implementations§
Source§impl IViewObjectEx
impl IViewObjectEx
pub unsafe fn GetColorSet<'a, T4__: IntoParam<'a, HDC>>( &self, dwdrawaspect: u32, lindex: i32, pvaspect: *mut c_void, ptd: *mut DVTARGETDEVICE, hictargetdev: T4__, ppcolorset: *mut *mut LOGPALETTE, ) -> ErrorCode
pub unsafe fn Freeze( &self, dwdrawaspect: u32, lindex: i32, pvaspect: *mut c_void, pdwfreeze: *mut u32, ) -> ErrorCode
pub unsafe fn Unfreeze(&self, dwfreeze: u32) -> ErrorCode
pub unsafe fn SetAdvise<'a, T2__: IntoParam<'a, IAdviseSink>>( &self, aspects: u32, advf: u32, padvsink: T2__, ) -> ErrorCode
pub unsafe fn GetAdvise( &self, paspects: *mut u32, padvf: *mut u32, ppadvsink: *mut Option<IAdviseSink>, ) -> ErrorCode
pub unsafe fn GetExtent( &self, dwdrawaspect: u32, lindex: i32, ptd: *mut DVTARGETDEVICE, lpsizel: *mut SIZE, ) -> ErrorCode
pub unsafe fn GetViewStatus(&self, pdwstatus: *mut u32) -> ErrorCode
pub unsafe fn QueryHitPoint<'a, T2__: IntoParam<'a, POINT>>( &self, dwaspect: u32, prectbounds: *mut RECT, ptlloc: T2__, lclosehint: i32, phitresult: *mut u32, ) -> ErrorCode
pub unsafe fn QueryHitRect( &self, dwaspect: u32, prectbounds: *mut RECT, prectloc: *mut RECT, lclosehint: i32, phitresult: *mut u32, ) -> ErrorCode
pub unsafe fn GetNaturalExtent<'a, T3__: IntoParam<'a, HDC>>( &self, dwaspect: u32, lindex: i32, ptd: *mut DVTARGETDEVICE, hictargetdev: T3__, pextentinfo: *mut ExtentInfo, psizel: *mut SIZE, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IViewObjectEx
impl Clone for IViewObjectEx
Source§fn clone(&self) -> IViewObjectEx
fn clone(&self) -> IViewObjectEx
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 IViewObjectEx
impl Debug for IViewObjectEx
Source§impl From<&IViewObjectEx> for IUnknown
impl From<&IViewObjectEx> for IUnknown
Source§fn from(value: &IViewObjectEx) -> Self
fn from(value: &IViewObjectEx) -> Self
Converts to this type from the input type.
Source§impl From<&IViewObjectEx> for IViewObject
impl From<&IViewObjectEx> for IViewObject
Source§fn from(value: &IViewObjectEx) -> Self
fn from(value: &IViewObjectEx) -> Self
Converts to this type from the input type.
Source§impl From<&IViewObjectEx> for IViewObject2
impl From<&IViewObjectEx> for IViewObject2
Source§fn from(value: &IViewObjectEx) -> Self
fn from(value: &IViewObjectEx) -> Self
Converts to this type from the input type.
Source§impl From<IViewObjectEx> for IUnknown
impl From<IViewObjectEx> for IUnknown
Source§fn from(value: IViewObjectEx) -> Self
fn from(value: IViewObjectEx) -> Self
Converts to this type from the input type.
Source§impl From<IViewObjectEx> for IViewObject
impl From<IViewObjectEx> for IViewObject
Source§fn from(value: IViewObjectEx) -> Self
fn from(value: IViewObjectEx) -> Self
Converts to this type from the input type.
Source§impl From<IViewObjectEx> for IViewObject2
impl From<IViewObjectEx> for IViewObject2
Source§fn from(value: IViewObjectEx) -> Self
fn from(value: IViewObjectEx) -> Self
Converts to this type from the input type.
Source§impl Interface for IViewObjectEx
impl Interface for IViewObjectEx
const IID: Guid
type Vtable = IViewObjectEx_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IViewObjectEx
impl<'a> IntoParam<'a, IUnknown> for &'a IViewObjectEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IViewObjectEx
impl<'a> IntoParam<'a, IUnknown> for IViewObjectEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IViewObject> for &'a IViewObjectEx
impl<'a> IntoParam<'a, IViewObject> for &'a IViewObjectEx
fn into_param(self) -> Param<'a, IViewObject>
Source§impl<'a> IntoParam<'a, IViewObject> for IViewObjectEx
impl<'a> IntoParam<'a, IViewObject> for IViewObjectEx
fn into_param(self) -> Param<'a, IViewObject>
Source§impl<'a> IntoParam<'a, IViewObject2> for &'a IViewObjectEx
impl<'a> IntoParam<'a, IViewObject2> for &'a IViewObjectEx
fn into_param(self) -> Param<'a, IViewObject2>
Source§impl<'a> IntoParam<'a, IViewObject2> for IViewObjectEx
impl<'a> IntoParam<'a, IViewObject2> for IViewObjectEx
fn into_param(self) -> Param<'a, IViewObject2>
Source§impl PartialEq for IViewObjectEx
impl PartialEq for IViewObjectEx
impl Eq for IViewObjectEx
impl StructuralPartialEq for IViewObjectEx
Auto Trait Implementations§
impl Freeze for IViewObjectEx
impl RefUnwindSafe for IViewObjectEx
impl !Send for IViewObjectEx
impl !Sync for IViewObjectEx
impl Unpin for IViewObjectEx
impl UnwindSafe for IViewObjectEx
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