Struct mssf_core::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§unsafe fn as_impl(&self) -> &StringResult
unsafe fn as_impl(&self) -> &StringResult
Safety 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