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