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