#[repr(C)]pub struct StringResult_Impl { /* private fields */ }
Trait Implementations§
Source§impl ComObjectInterface<IFabricStringResult> for StringResult_Impl
impl ComObjectInterface<IFabricStringResult> for StringResult_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricStringResult>
fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricStringResult>
Gets a borrowed interface that is implemented by
T
.Source§impl ComObjectInterface<IInspectable> for StringResult_Impl
impl ComObjectInterface<IInspectable> for StringResult_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
Gets a borrowed interface that is implemented by
T
.Source§impl ComObjectInterface<IUnknown> for StringResult_Impl
impl ComObjectInterface<IUnknown> for StringResult_Impl
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
Gets a borrowed interface that is implemented by
T
.Source§impl IFabricStringResult_Impl for StringResult_Impl
impl IFabricStringResult_Impl for StringResult_Impl
fn get_String(&self) -> PCWSTR
Auto Trait Implementations§
impl !Freeze for StringResult_Impl
impl RefUnwindSafe for StringResult_Impl
impl Send for StringResult_Impl
impl Sync for StringResult_Impl
impl Unpin for StringResult_Impl
impl UnwindSafe for StringResult_Impl
Blanket Implementations§
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