Trait input::AsRaw[][src]

pub trait AsRaw<T> {
    fn as_raw(&self) -> *const T;
}
Expand description

Trait for types that allow to optain the underlying raw libinput pointer.

Required methods

Receive a raw pointer representing this type.

Implementors