Home
last modified time | relevance | path

Searched defs:WrongDeviceError (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/gbm/src/
Dbuffer_object.rs651 pub struct WrongDeviceError; struct
653 impl fmt::Display for WrongDeviceError { implementation
662 impl error::Error for WrongDeviceError {} implementation