[][src]Struct xcb::xproto::Char2b

pub struct Char2b {
    pub base: xcb_char2b_t,
}

Fields

base: xcb_char2b_t

Methods

impl Char2b[src]

pub fn new(byte1: u8, byte2: u8) -> Char2b[src]

pub fn byte1(&self) -> u8[src]

pub fn byte2(&self) -> u8[src]

Trait Implementations

impl Clone for Char2b[src]

impl Copy for Char2b[src]

Auto Trait Implementations

impl Send for Char2b

impl Sync for Char2b

impl Unpin for Char2b

impl UnwindSafe for Char2b

impl RefUnwindSafe for Char2b

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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