Struct xcb::ffi::xproto::xcb_client_message_data_t[][src]

#[repr(C)]pub struct xcb_client_message_data_t {
    pub data: [u8; 20],
}

Fields

data: [u8; 20]

Implementations

impl xcb_client_message_data_t[src]

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

pub fn from_data8(data8: [u8; 20]) -> ClientMessageData[src]

pub fn data16(&self) -> &[u16][src]

pub fn from_data16(data16: [u16; 10]) -> ClientMessageData[src]

pub fn data32(&self) -> &[u32][src]

pub fn from_data32(data32: [u32; 5]) -> ClientMessageData[src]

Trait Implementations

impl Clone for xcb_client_message_data_t[src]

impl Copy for xcb_client_message_data_t[src]

Auto Trait Implementations

impl RefUnwindSafe for xcb_client_message_data_t

impl Send for xcb_client_message_data_t

impl Sync for xcb_client_message_data_t

impl Unpin for xcb_client_message_data_t

impl UnwindSafe for xcb_client_message_data_t

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