pub struct MomoEntry {}Expand description
MOMO - Alpha version container chunk (version 14 only) Container chunk that wraps other chunks in early WoW versions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MomoEntry
impl RefUnwindSafe for MomoEntry
impl Send for MomoEntry
impl Sync for MomoEntry
impl Unpin for MomoEntry
impl UnsafeUnpin for MomoEntry
impl UnwindSafe for MomoEntry
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