Searched defs:Major (Results 1 – 2 of 2) sorted by relevance
2 pub struct Major(u32); struct4 impl Major { implementation44 pub const fn new(major: Major, minor: u32) -> Self { in new()50 pub const fn major(&self) -> Major { in major()
148 major: Major, in new()