enum Origin [src]
Fields
upper_left = 7Increase toward the right and downward
lower_left = 8Increase toward the right and upward
Source
pub const Origin = enum(u32) {
/// Increase toward the right and downward
upper_left = 7,
/// Increase toward the right and upward
lower_left = 8,
}