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

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

A Latin-1 character

Trait Implementations

impl Clone for Char8[src]

impl Copy for Char8[src]

impl Debug for Char8[src]

impl Default for Char8[src]

impl Display for Char8[src]

impl Eq for Char8[src]

impl From<u8> for Char8[src]

impl Into<char> for Char8[src]

impl Into<u8> for Char8[src]

impl Ord for Char8[src]

impl PartialEq<Char8> for Char8[src]

impl PartialOrd<Char8> for Char8[src]

impl StructuralEq for Char8[src]

impl StructuralPartialEq for Char8[src]

impl TryFrom<char> for Char8[src]

type Error = CharConversionError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for Char8

impl Sync for Char8

impl Unpin for Char8

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.