Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dclang.rs667 pub fn offset_of_field(&self) -> Result<usize, LayoutError> { in offset_of_field() argument
948 pub enum LayoutError { enum
964 impl ::std::convert::From<i32> for LayoutError { implementation
1086 ) -> Result<usize, LayoutError> { in fallible_size() argument
1110 ) -> Result<usize, LayoutError> { in fallible_align() argument
1124 ) -> Result<crate::ir::layout::Layout, LayoutError> { in fallible_layout() argument
/external/rust/crates/plotters/src/drawing/
Darea.rs143 LayoutError, enumerator