Struct mssf_core::strings::StringResult  
source · pub struct StringResult { /* private fields */ }Implementations§
source§impl StringResult
 
impl StringResult
pub fn new(data: HSTRING) -> StringResult
Trait Implementations§
source§impl AsImpl<StringResult> for IFabricStringResult
 
impl AsImpl<StringResult> for IFabricStringResult
source§impl AsImpl<StringResult> for IUnknown
 
impl AsImpl<StringResult> for IUnknown
source§impl ComObjectInner for StringResult
 
impl ComObjectInner for StringResult
source§type Outer = StringResult_Impl
 
type Outer = StringResult_Impl
The generated 
<foo>_Impl type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
 
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
source§impl Debug for StringResult
 
impl Debug for StringResult
source§impl From<StringResult> for IFabricStringResult
 
impl From<StringResult> for IFabricStringResult
source§fn from(this: StringResult) -> Self
 
fn from(this: StringResult) -> Self
Converts to this type from the input type.
source§impl From<StringResult> for IInspectable
 
impl From<StringResult> for IInspectable
source§fn from(this: StringResult) -> Self
 
fn from(this: StringResult) -> Self
Converts to this type from the input type.
source§impl From<StringResult> for IUnknown
 
impl From<StringResult> for IUnknown
source§fn from(this: StringResult) -> Self
 
fn from(this: StringResult) -> Self
Converts to this type from the input type.
source§impl IFabricStringResult_Impl for StringResult
 
impl IFabricStringResult_Impl for StringResult
fn get_String(&self) -> PCWSTR
Auto Trait Implementations§
impl Freeze for StringResult
impl RefUnwindSafe for StringResult
impl Send for StringResult
impl Sync for StringResult
impl Unpin for StringResult
impl UnwindSafe for StringResult
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