Trait gbm::AsRaw

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

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

Required methods

Receive a raw pointer representing this type.

Implementors