Struct audio_device_windows_sys::Windows::Win32::Automation::BSTR[][src]

#[repr(C)]pub struct BSTR(_);

Implementations

impl BSTR[src]

pub fn is_empty(&self) -> bool[src]

Trait Implementations

impl Abi for BSTR[src]

type Abi = *mut u16

The abi representation of the implementing type. Read more

impl Clone for BSTR[src]

impl Debug for BSTR[src]

impl Default for BSTR[src]

impl Display for BSTR[src]

impl Drop for BSTR[src]

impl Eq for BSTR[src]

impl From<&'_ String> for BSTR[src]

impl From<&'_ str> for BSTR[src]

impl From<String> for BSTR[src]

impl PartialEq<&'_ str> for BSTR[src]

impl PartialEq<BSTR> for BSTR[src]

impl PartialEq<String> for BSTR[src]

impl PartialEq<str> for BSTR[src]

impl StructuralEq for BSTR[src]

Auto Trait Implementations

impl RefUnwindSafe for BSTR

impl !Send for BSTR

impl !Sync for BSTR

impl Unpin for BSTR

impl UnwindSafe for BSTR

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.