Home
last modified time | relevance | path

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

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