pub struct HSTRING(/* private fields */);Expand description
A WinRT string, sometimes called an HSTRING, is reference-counted and logically immutable. It should only be used for communicating with WinRT APIs.
Implementations§
Trait Implementations§
Source§impl TryFrom<&IInspectable> for HSTRING
impl TryFrom<&IInspectable> for HSTRING
Source§impl TryFrom<IInspectable> for HSTRING
impl TryFrom<IInspectable> for HSTRING
impl Send for HSTRING
impl Sync for HSTRING
Auto Trait Implementations§
impl Freeze for HSTRING
impl RefUnwindSafe for HSTRING
impl Unpin for HSTRING
impl UnwindSafe for HSTRING
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