Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs67 pub const fn into_layout(self) -> Result<Layout, TryFromDeviceLayoutError> { in into_layout() argument
341 pub struct TryFromDeviceLayoutError; struct
343 impl Error for TryFromDeviceLayoutError {} implementation
345 impl Display for TryFromDeviceLayoutError { implementation