pub trait AsRaw<T> {
// Required method
fn as_raw(&self) -> *const T;
}
Expand description
Trait for types that allow to optain the underlying raw libinput pointer.
pub trait AsRaw<T> {
// Required method
fn as_raw(&self) -> *const T;
}
Trait for types that allow to optain the underlying raw libinput pointer.