1 2 3 4 5 6 7 8
use super::AutoLayout; impl Default for AutoLayout { #[inline] fn default() -> Self { Self(true) } }