pub struct MatCatId {
pub category: u8,
pub variant: u16,
pub grade: u16,
}Expand description
5-byte compact material identifier
Fields§
§category: u8§variant: u16§grade: u16Implementations§
Trait Implementations§
impl Copy for MatCatId
impl Eq for MatCatId
impl StructuralPartialEq for MatCatId
Auto Trait Implementations§
impl Freeze for MatCatId
impl RefUnwindSafe for MatCatId
impl Send for MatCatId
impl Sync for MatCatId
impl Unpin for MatCatId
impl UnwindSafe for MatCatId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more