pub struct Writer { /* private fields */ }Expand description
Writer for M3 model files
Writes Model structures to disk in binary M3 format. Uses the PImpl (Pointer to Implementation) idiom to hide implementation details.
Implementations§
Trait Implementations§
impl Send for Writer
Auto Trait Implementations§
impl !Sync for Writer
impl Freeze for Writer
impl RefUnwindSafe for Writer
impl Unpin for Writer
impl UnsafeUnpin for Writer
impl UnwindSafe for Writer
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