Searched defs:InnerWidthMapping (Results 1 – 1 of 1) sorted by relevance
44 pub struct InnerWidthMapping { struct53 impl InnerWidthMapping { argument54 pub fn new(position: usize, before: usize, after: usize) -> InnerWidthMapping { in new()