pub struct AvmlPlugin;Expand description
FormatPlugin implementation for AVML v2 dumps.
Trait Implementations§
Source§impl FormatPlugin for AvmlPlugin
impl FormatPlugin for AvmlPlugin
Auto Trait Implementations§
impl Freeze for AvmlPlugin
impl RefUnwindSafe for AvmlPlugin
impl Send for AvmlPlugin
impl Sync for AvmlPlugin
impl Unpin for AvmlPlugin
impl UnsafeUnpin for AvmlPlugin
impl UnwindSafe for AvmlPlugin
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