pub struct IOleUIObjInfoW(/* private fields */);Implementations§
Source§impl IOleUIObjInfoW
impl IOleUIObjInfoW
pub unsafe fn GetObjectInfo( &self, dwobject: u32, lpdwobjsize: *mut u32, lplpszlabel: *mut PWSTR, lplpsztype: *mut PWSTR, lplpszshorttype: *mut PWSTR, lplpszlocation: *mut PWSTR, ) -> ErrorCode
pub unsafe fn GetConvertInfo( &self, dwobject: u32, lpclassid: *mut Guid, lpwformat: *mut u16, lpconvertdefaultclassid: *mut Guid, lplpclsidexclude: *mut *mut Guid, lpcclsidexclude: *mut u32, ) -> ErrorCode
pub unsafe fn ConvertObject( &self, dwobject: u32, clsidnew: *const Guid, ) -> ErrorCode
pub unsafe fn GetViewInfo( &self, dwobject: u32, phmetapict: *mut isize, pdvaspect: *mut u32, pncurrentscale: *mut i32, ) -> ErrorCode
pub unsafe fn SetViewInfo<'a, T4__: IntoParam<'a, BOOL>>( &self, dwobject: u32, hmetapict: isize, dvaspect: u32, ncurrentscale: i32, brelativetoorig: T4__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleUIObjInfoW
impl Clone for IOleUIObjInfoW
Source§fn clone(&self) -> IOleUIObjInfoW
fn clone(&self) -> IOleUIObjInfoW
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 IOleUIObjInfoW
impl Debug for IOleUIObjInfoW
Source§impl From<&IOleUIObjInfoW> for IUnknown
impl From<&IOleUIObjInfoW> for IUnknown
Source§fn from(value: &IOleUIObjInfoW) -> Self
fn from(value: &IOleUIObjInfoW) -> Self
Converts to this type from the input type.
Source§impl From<IOleUIObjInfoW> for IUnknown
impl From<IOleUIObjInfoW> for IUnknown
Source§fn from(value: IOleUIObjInfoW) -> Self
fn from(value: IOleUIObjInfoW) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleUIObjInfoW
impl Interface for IOleUIObjInfoW
const IID: Guid
type Vtable = IOleUIObjInfoW_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleUIObjInfoW
impl<'a> IntoParam<'a, IUnknown> for &'a IOleUIObjInfoW
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleUIObjInfoW
impl<'a> IntoParam<'a, IUnknown> for IOleUIObjInfoW
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleUIObjInfoW
impl PartialEq for IOleUIObjInfoW
impl Eq for IOleUIObjInfoW
impl StructuralPartialEq for IOleUIObjInfoW
Auto Trait Implementations§
impl Freeze for IOleUIObjInfoW
impl RefUnwindSafe for IOleUIObjInfoW
impl !Send for IOleUIObjInfoW
impl !Sync for IOleUIObjInfoW
impl Unpin for IOleUIObjInfoW
impl UnwindSafe for IOleUIObjInfoW
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