pub struct IpmaEntry {
pub item_id: u16,
pub prop_ids: ArrayVec<u8, 5>,
}
Expand description
Property→image associations
Fields§
§item_id: u16
§prop_ids: ArrayVec<u8, 5>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpmaEntry
impl RefUnwindSafe for IpmaEntry
impl Send for IpmaEntry
impl Sync for IpmaEntry
impl Unpin for IpmaEntry
impl UnwindSafe for IpmaEntry
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