pub struct IMonikerProp(/* private fields */);Implementations§
Source§impl IMonikerProp
impl IMonikerProp
pub unsafe fn PutProperty<'a, T1__: IntoParam<'a, PWSTR>>( &self, mkp: MONIKERPROPERTY, val: T1__, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IMonikerProp
impl Clone for IMonikerProp
Source§fn clone(&self) -> IMonikerProp
fn clone(&self) -> IMonikerProp
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 IMonikerProp
impl Debug for IMonikerProp
Source§impl From<&IMonikerProp> for IUnknown
impl From<&IMonikerProp> for IUnknown
Source§fn from(value: &IMonikerProp) -> Self
fn from(value: &IMonikerProp) -> Self
Converts to this type from the input type.
Source§impl From<IMonikerProp> for IUnknown
impl From<IMonikerProp> for IUnknown
Source§fn from(value: IMonikerProp) -> Self
fn from(value: IMonikerProp) -> Self
Converts to this type from the input type.
Source§impl Interface for IMonikerProp
impl Interface for IMonikerProp
const IID: Guid
type Vtable = IMonikerProp_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IMonikerProp
impl<'a> IntoParam<'a, IUnknown> for &'a IMonikerProp
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IMonikerProp
impl<'a> IntoParam<'a, IUnknown> for IMonikerProp
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IMonikerProp
impl PartialEq for IMonikerProp
impl Eq for IMonikerProp
impl StructuralPartialEq for IMonikerProp
Auto Trait Implementations§
impl Freeze for IMonikerProp
impl RefUnwindSafe for IMonikerProp
impl !Send for IMonikerProp
impl !Sync for IMonikerProp
impl Unpin for IMonikerProp
impl UnwindSafe for IMonikerProp
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