pub struct StepCodec {
pub options: StepWriteOptions,
}Expand description
STEP encoder with per-export header options.
Fields§
§options: StepWriteOptionsHeader metadata and deterministic writer options.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepCodec
impl RefUnwindSafe for StepCodec
impl Send for StepCodec
impl Sync for StepCodec
impl Unpin for StepCodec
impl UnsafeUnpin for StepCodec
impl UnwindSafe for StepCodec
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