pub struct WStringWrap { /* private fields */ }
Implementations§
Source§impl WStringWrap
impl WStringWrap
pub fn into_wstring(self) -> WString
Trait Implementations§
Source§impl From<&IFabricStringResult> for WStringWrap
impl From<&IFabricStringResult> for WStringWrap
Source§fn from(value: &IFabricStringResult) -> Self
fn from(value: &IFabricStringResult) -> Self
Converts to this type from the input type.
Source§impl From<PCWSTR> for WStringWrap
impl From<PCWSTR> for WStringWrap
Source§impl From<WString> for WStringWrap
impl From<WString> for WStringWrap
Source§impl From<WStringWrap> for IFabricStringResult
impl From<WStringWrap> for IFabricStringResult
Source§fn from(value: WStringWrap) -> Self
fn from(value: WStringWrap) -> Self
Converts to this type from the input type.
Source§impl From<WStringWrap> for WString
impl From<WStringWrap> for WString
Source§fn from(val: WStringWrap) -> Self
fn from(val: WStringWrap) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WStringWrap
impl RefUnwindSafe for WStringWrap
impl Send for WStringWrap
impl Sync for WStringWrap
impl Unpin for WStringWrap
impl UnwindSafe for WStringWrap
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