Struct winrt::BStr [] [src]

pub struct BStr(_);

A wrapper around BSTR, a string type used by classic COM. This is usually not needed when working with WinRT, but can be helpful when interacting with other APIs.

Methods

impl BStr
[src]

Trait Implementations

impl<'a> From<&'a str> for BStr
[src]

Performs the conversion.

impl Display for BStr
[src]

Formats the value using the given formatter.

impl Drop for BStr
[src]

A method called when the value goes out of scope. Read more