pub struct IOleParentUndoUnit(/* private fields */);Implementations§
Source§impl IOleParentUndoUnit
impl IOleParentUndoUnit
pub unsafe fn Do<'a, T0__: IntoParam<'a, IOleUndoManager>>( &self, pundomanager: T0__, ) -> ErrorCode
pub unsafe fn GetUnitType(&self, pclsid: *mut Guid, plid: *mut i32) -> ErrorCode
pub unsafe fn OnNextAdd(&self) -> ErrorCode
pub unsafe fn Open<'a, T0__: IntoParam<'a, IOleParentUndoUnit>>( &self, ppuu: T0__, ) -> ErrorCode
pub unsafe fn Close<'a, T0__: IntoParam<'a, IOleParentUndoUnit>, T1__: IntoParam<'a, BOOL>>( &self, ppuu: T0__, fcommit: T1__, ) -> ErrorCode
pub unsafe fn Add<'a, T0__: IntoParam<'a, IOleUndoUnit>>( &self, puu: T0__, ) -> ErrorCode
pub unsafe fn FindUnit<'a, T0__: IntoParam<'a, IOleUndoUnit>>( &self, puu: T0__, ) -> ErrorCode
pub unsafe fn GetParentState(&self, pdwstate: *mut u32) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleParentUndoUnit
impl Clone for IOleParentUndoUnit
Source§fn clone(&self) -> IOleParentUndoUnit
fn clone(&self) -> IOleParentUndoUnit
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 IOleParentUndoUnit
impl Debug for IOleParentUndoUnit
Source§impl From<&IOleParentUndoUnit> for IOleUndoUnit
impl From<&IOleParentUndoUnit> for IOleUndoUnit
Source§fn from(value: &IOleParentUndoUnit) -> Self
fn from(value: &IOleParentUndoUnit) -> Self
Converts to this type from the input type.
Source§impl From<&IOleParentUndoUnit> for IUnknown
impl From<&IOleParentUndoUnit> for IUnknown
Source§fn from(value: &IOleParentUndoUnit) -> Self
fn from(value: &IOleParentUndoUnit) -> Self
Converts to this type from the input type.
Source§impl From<IOleParentUndoUnit> for IOleUndoUnit
impl From<IOleParentUndoUnit> for IOleUndoUnit
Source§fn from(value: IOleParentUndoUnit) -> Self
fn from(value: IOleParentUndoUnit) -> Self
Converts to this type from the input type.
Source§impl From<IOleParentUndoUnit> for IUnknown
impl From<IOleParentUndoUnit> for IUnknown
Source§fn from(value: IOleParentUndoUnit) -> Self
fn from(value: IOleParentUndoUnit) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleParentUndoUnit
impl Interface for IOleParentUndoUnit
const IID: Guid
type Vtable = IOleParentUndoUnit_abi
Source§impl<'a> IntoParam<'a, IOleUndoUnit> for &'a IOleParentUndoUnit
impl<'a> IntoParam<'a, IOleUndoUnit> for &'a IOleParentUndoUnit
fn into_param(self) -> Param<'a, IOleUndoUnit>
Source§impl<'a> IntoParam<'a, IOleUndoUnit> for IOleParentUndoUnit
impl<'a> IntoParam<'a, IOleUndoUnit> for IOleParentUndoUnit
fn into_param(self) -> Param<'a, IOleUndoUnit>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleParentUndoUnit
impl<'a> IntoParam<'a, IUnknown> for &'a IOleParentUndoUnit
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleParentUndoUnit
impl<'a> IntoParam<'a, IUnknown> for IOleParentUndoUnit
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleParentUndoUnit
impl PartialEq for IOleParentUndoUnit
impl Eq for IOleParentUndoUnit
impl StructuralPartialEq for IOleParentUndoUnit
Auto Trait Implementations§
impl Freeze for IOleParentUndoUnit
impl RefUnwindSafe for IOleParentUndoUnit
impl !Send for IOleParentUndoUnit
impl !Sync for IOleParentUndoUnit
impl Unpin for IOleParentUndoUnit
impl UnwindSafe for IOleParentUndoUnit
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