Type Definition xcb::xkb::CountedString16[][src]

type CountedString16<'a> = StructPtr<'a, xcb_xkb_counted_string_16_t>;

Implementations

impl<'a> CountedString16<'a>[src]

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

pub fn string(&self) -> &str[src]

pub fn alignment_pad<T>(&self) -> &[T][src]