[][src]Trait druid_shell::windows::util::FromWide

pub trait FromWide {
    fn to_u16_slice(&self) -> &[u16];

    fn to_os_string(&self) -> OsString { ... }
fn from_wide(&self) -> Option<String> { ... } }

Required methods

fn to_u16_slice(&self) -> &[u16]

Loading content...

Provided methods

fn to_os_string(&self) -> OsString

fn from_wide(&self) -> Option<String>

Loading content...

Implementations on Foreign Types

impl FromWide for LPWSTR[src]

impl FromWide for [u16][src]

Loading content...

Implementors

Loading content...