pub struct PmiCharacteristic {
pub id: &'static str,
pub symbol: &'static str,
pub label: &'static str,
pub step_entity: &'static str,
pub datums: DatumRule,
}Expand description
One geometric characteristic: id, symbol, label, its AP242 entity and its datum rule.
Fields§
§id: &'static str§symbol: &'static str§label: &'static str§step_entity: &'static str§datums: DatumRuleAuto Trait Implementations§
impl Freeze for Characteristic
impl RefUnwindSafe for Characteristic
impl Send for Characteristic
impl Sync for Characteristic
impl Unpin for Characteristic
impl UnsafeUnpin for Characteristic
impl UnwindSafe for Characteristic
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