pub enum ComponentDrill {
PressFit,
}Expand description
2024.05 spec mismatch warning: Aperture function “.AperFunction.ComponentDill” has “PressFit” (uppercase F) whereas Component Characteristics “.CMnt” has “Pressfit” (lowercase f)“
Variants§
PressFit
Trait Implementations§
Source§impl Clone for ComponentDrill
impl Clone for ComponentDrill
Source§fn clone(&self) -> ComponentDrill
fn clone(&self) -> ComponentDrill
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComponentDrill
impl Debug for ComponentDrill
Source§impl<'_derivative_strum> From<&'_derivative_strum ComponentDrill> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ComponentDrill> for &'static str
Source§fn from(x: &'_derivative_strum ComponentDrill) -> &'static str
fn from(x: &'_derivative_strum ComponentDrill) -> &'static str
Converts to this type from the input type.
Source§impl From<ComponentDrill> for &'static str
impl From<ComponentDrill> for &'static str
Source§fn from(x: ComponentDrill) -> &'static str
fn from(x: ComponentDrill) -> &'static str
Converts to this type from the input type.
Source§impl Hash for ComponentDrill
impl Hash for ComponentDrill
Source§impl PartialEq for ComponentDrill
impl PartialEq for ComponentDrill
Source§impl VariantArray for ComponentDrill
impl VariantArray for ComponentDrill
Source§impl VariantNames for ComponentDrill
impl VariantNames for ComponentDrill
impl Copy for ComponentDrill
impl Eq for ComponentDrill
impl StructuralPartialEq for ComponentDrill
Auto Trait Implementations§
impl Freeze for ComponentDrill
impl RefUnwindSafe for ComponentDrill
impl Send for ComponentDrill
impl Sync for ComponentDrill
impl Unpin for ComponentDrill
impl UnwindSafe for ComponentDrill
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)