pub struct GdsExportOpts {
pub name: ArcStr,
pub units: Option<GdsUnits>,
}
Fields§
§name: ArcStr
Name of the GDS library.
units: Option<GdsUnits>
Auto Trait Implementations§
impl Freeze for GdsExportOpts
impl RefUnwindSafe for GdsExportOpts
impl Send for GdsExportOpts
impl Sync for GdsExportOpts
impl Unpin for GdsExportOpts
impl UnwindSafe for GdsExportOpts
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