pub struct Mom3Entry {
pub data: Vec<u8>,
}Expand description
MOM3 - New materials (WarWithin+)
Fields§
§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mom3Entry
impl RefUnwindSafe for Mom3Entry
impl Send for Mom3Entry
impl Sync for Mom3Entry
impl Unpin for Mom3Entry
impl UnwindSafe for Mom3Entry
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