Struct winrt::Char [] [src]

#[repr(C)]
pub struct Char(pub wchar_t);

Represents a single UTF-16 character. This is the standard character type in WinRT.

Trait Implementations

impl Clone for Char
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Char
[src]

impl RtValueType for Char
[src]