1 2 3 4 5 6 7
use crate::bitmap::Axis; #[derive(Debug, Hash, PartialEq, Eq, Copy, Clone)] pub struct Guide { pub axis: Axis, pub offset: u32, }