Struct mssf_core::strings::StringResult_Impl  
source · #[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.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