[][src]Struct uefi::data_types::chars::Char16

#[repr(transparent)]pub struct Char16(_);

An UCS-2 code point

Trait Implementations

impl Clone for Char16[src]

impl Copy for Char16[src]

impl Debug for Char16[src]

impl Default for Char16[src]

impl Display for Char16[src]

impl Eq for Char16[src]

impl Into<char> for Char16[src]

impl Into<u16> for Char16[src]

impl Ord for Char16[src]

impl PartialEq<Char16> for Char16[src]

impl PartialOrd<Char16> for Char16[src]

impl StructuralEq for Char16[src]

impl StructuralPartialEq for Char16[src]

impl TryFrom<char> for Char16[src]

type Error = CharConversionError

The type returned in the event of a conversion error.

impl TryFrom<u16> for Char16[src]

type Error = CharConversionError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for Char16

impl Sync for Char16

impl Unpin for Char16

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<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.