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