Trait gbm::AsRaw [] [src]

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

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

Required Methods

Receive a raw pointer representing this type.

Implementors