pub struct PtexWriter { /* private fields */ }Expand description
Interface for writing data to a ptex file.
Trait Implementations§
Source§impl ExternType for PtexWriter
impl ExternType for PtexWriter
Auto Trait Implementations§
impl !Freeze for PtexWriter
impl RefUnwindSafe for PtexWriter
impl !Send for PtexWriter
impl !Sync for PtexWriter
impl !Unpin for PtexWriter
impl UnwindSafe for PtexWriter
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