Trait input::AsRaw

source ·
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